We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf3bd1 commit 4485554Copy full SHA for 4485554
1 file changed
NavigationCodelab/app/src/main/java/com/example/compose/rally/RallyActivity.kt
@@ -49,7 +49,7 @@ fun RallyApp() {
49
val currentBackStack by navController.currentBackStackEntryAsState()
50
val currentDestination = currentBackStack?.destination
51
val currentScreen =
52
- rallyTabRowScreens.find { it.route == currentDestination?.route } ?: Overview
+ rallyTabRowScreens.find { it.route == currentDestination?.route } ?: Accounts
53
54
Scaffold(
55
topBar = {
0 commit comments