You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val currentScreen =Screen.fromRoute(route = backStackEntry.value?.destination?.route)
In the document,
The selected state of each BottomNavigationItem can then be determined by comparing the item's route with the route of the current destination and its parent destinations (to handle cases when you are using nested navigation) via the hierarchy helper method. https://developer.android.com/jetpack/compose/navigation#bottom-nav
Is this code safety?
spaceship/app/src/main/java/dev/mkeeda/spaceship/MainActivity.kt
Line 26 in 7a92ce2
In the document,
The text was updated successfully, but these errors were encountered: