pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Tabs not changed on back navigation #39

Open sfiss opened 7 years ago

sfiss commented 7 years ago

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

pocheshire commented 7 years ago

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

micer commented 7 years ago

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