oops: forgot to change the starting screen back to normal

This commit is contained in:
Kavish Devar
2025-01-09 03:27:57 +05:30
parent f5cc47b53c
commit 19a286389b

View File

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