BottomNavigationBar
BottomNavigationBar copied to clipboard
Tabs not changed on back navigation
If I use the back button, fragment transactions can be reverted but the selected tab stays the same.
It's just view. Why you not want override back button behaviour?
@pocheshire How can you do that and how do you make bottom bar to change the selected tab? When I use method SelectTabAtPosition and call it from fragment, I get "FragmentManager is already executing transactions" exception.