mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
oops: forgot to change the starting screen back to normal
This commit is contained in:
@@ -160,7 +160,7 @@ fun Main() {
|
||||
|
||||
NavHost(
|
||||
navController = navController,
|
||||
startDestination = "app_settings",
|
||||
startDestination = "settings",
|
||||
enterTransition = { slideInHorizontally(initialOffsetX = { it }, animationSpec = tween(300)) },
|
||||
exitTransition = { slideOutHorizontally(targetOffsetX = { -it }, animationSpec = tween(300)) },
|
||||
popEnterTransition = { slideInHorizontally(initialOffsetX = { -it }, animationSpec = tween(300)) },
|
||||
|
||||
Reference in New Issue
Block a user