mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 08:45:27 +02:00
Restore startDestination
This commit is contained in:
parent
caf025778e
commit
2021639529
@ -137,7 +137,7 @@ internal fun UnittoApp(uiPrefs: UIPreferences) {
|
|||||||
UnittoNavigation(
|
UnittoNavigation(
|
||||||
navController = navController,
|
navController = navController,
|
||||||
themmoController = it,
|
themmoController = it,
|
||||||
startDestination = TopLevelDestinations.TimeZone.route,
|
startDestination = uiPrefs.startingScreen,
|
||||||
openDrawer = { drawerScope.launch { drawerState.open() } }
|
openDrawer = { drawerScope.launch { drawerState.open() } }
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user