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