Closed KaeMs closed 5 years ago
You're talking about a different library. Please post any BottomBar issues there https://github.com/roughike/BottomBar
I am actually using the TabLayout from Android, lemme try that one called AHBottomNavigation real quick
Ok nevermind, when I changed to AHBN, the callback works really well!
I have 4 tabs, let's just call them A B C D, and A is my initial tab.
Here's the chronological order :
Intuitively, it should call OnTabSelected again as I am at A right now, not calling B. Why does it call OnTabReselected instead?