architecture-components-samples
architecture-components-samples copied to clipboard
[NavigationAdvancedSample] NavigationExtensions state bug when switching to split-screen mode (multi screen window)
trafficstars
I'm using the ktx function in NavigationExtensions.kt for BottomNavigationView
Everything works great, however when I switch the app to Split-Screen mode and then full screen it again, If BottomNavigationView's selectedItemId is not the first graph, it automatically resets destination to firstGraph while it's icon on BottomNavigationView isn't updated, and after that both of them cannot be clicked.
How can I solve this problem?
Any way to solve this problem? Stopped working after version 2.3.5