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

Fix AnimatedBottomBar.indexOfTabWithId #39

Closed pelmenstar1 closed 2 years ago

pelmenstar1 commented 2 years ago

AnimatedBottomBar.tabs creates copy of adapter.tabs. It's not needed.

Droppers commented 2 years ago

Good catch 👍🏻

Droppers commented 2 years ago

I will try to release a new version as soon as possible.