Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Currently it's not possible to select a bottom navigation item reliably on a BottomNavigationView. I am trying to use bottomNavigationView.getMenu().getItem(<index>).setChecked(true) but it doesn't work in all situations.
It seems that the NavigationView had a similar issue in the past which has been fixed by adding a setCheckedItem(itemId) method to it. The same should be done for BottomNavigationView as well selecting a page programatically does not work properly.
See issue