I am trying to select a tab programmatically by using selectTab() and it sort of works...it triggers the onBottomNavigationTabSelected() event, but the actual selected icon/tab doesn't update. I've tried changing selectedTabIndex manually, but that doesn't work either. Seems to only happen on Android.
I am trying to select a tab programmatically by using selectTab() and it sort of works...it triggers the onBottomNavigationTabSelected() event, but the actual selected icon/tab doesn't update. I've tried changing selectedTabIndex manually, but that doesn't work either. Seems to only happen on Android.