BottomNavView remains hidden onNavigation between Fragments
问题 Prior to this question, i implemented the HideBottomViewOnScrollBehaviour to the BottomNavVew , and onDestinationChangedListener in each fragment to control the visiblity of the BottomNavView Bug : when i scroll-down and the BottomNavView collapse/hide in FragmentA and i try navigating to the FragmentB , the BottomNavView remains hidden, but if i scroll-up justt for the BNV to re-appear and try switching to the same fragment, the BNV becomes visible, can anyone help with an explanation...?