Restore startDestination

This commit is contained in:
sadellie 2023-07-29 16:39:24 +03:00
parent caf025778e
commit 2021639529

View File

@ -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() } }
)
}