Skip to content

Commit

Permalink
Fix default Accounts destination (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
simona-anomis authored Dec 9, 2024
1 parent cbf3bd1 commit 4485554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun RallyApp() {
val currentBackStack by navController.currentBackStackEntryAsState()
val currentDestination = currentBackStack?.destination
val currentScreen =
rallyTabRowScreens.find { it.route == currentDestination?.route } ?: Overview
rallyTabRowScreens.find { it.route == currentDestination?.route } ?: Accounts

Scaffold(
topBar = {
Expand Down

0 comments on commit 4485554

Please sign in to comment.