aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 684 forks source link

NavBar not showing if it's hidden and next tab is shown #316

Closed vanpana closed 6 years ago

vanpana commented 6 years ago

I'm using navigation.setBehaviorTranslationEnabled(true) when setting up the navbar and the bug looks like this: ezgif-5-7f9af66c16

easycheese commented 6 years ago

@vanpana Looks like you have some custom disappear functionality that is unrelated to the library code

vanpana commented 6 years ago

I wasn't using anything but the library.

vanpana commented 6 years ago

I fixed it by using the nav bar as static and calling reveal on tab change.