BottomNavigationBar icon indicating copy to clipboard operation
BottomNavigationBar copied to clipboard

Tabs not changed on back navigation

Open sfiss opened this issue 8 years ago • 2 comments

If I use the back button, fragment transactions can be reverted but the selected tab stays the same.

sfiss avatar Dec 19 '16 18:12 sfiss

It's just view. Why you not want override back button behaviour?

pocheshire avatar Feb 02 '17 07:02 pocheshire

@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.

micer avatar Jul 12 '17 21:07 micer