Droppers / AnimatedBottomBar

A customizable and easy to use BottomBar navigation view with sleek animations, with support for ViewPager, ViewPager2, NavController, and badges.
MIT License
1.37k stars 109 forks source link

Configuration change resets bottom bar position #35

Closed russellbanks closed 3 years ago

russellbanks commented 3 years ago

Selecting a different tab from the default and then changing the theme will reset the current tab selection. This means that it will be out of sync with the ViewPager. The tab selection should be maintained even after configuration changes - I have attached a video to show this.

https://user-images.githubusercontent.com/74878137/129940838-67af8c70-2974-434b-8976-5e6c42888fa7.mp4

Droppers commented 3 years ago

Yes makes sense, since onSaveInstanceState has not been implemented yet.

I will implement this as soon as I have time for it.

Very clean looking app by the way 👍