Skip to content

Commit

Permalink
[chore] 스플래시 duration을 조정합니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
SYAAINN committed Jan 18, 2025
1 parent 2c55f8b commit b0d76c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fun SplashScreen(
systemUiController.setSystemBarsColor(color = backgroundColor)
delay(1000L)
isContentVisible = true
delay(1000L)
delay(1500L)
systemUiController.setSystemBarsColor(color = defaultBackgroundColor)
navController.navigate(NavigationRoute.OnboardingNavGraph.ONBOARDING_NAV_GRAPH) {
popUpTo(NavigationRoute.SplashRoute.SPLASH) { inclusive = true }
Expand Down

0 comments on commit b0d76c1

Please sign in to comment.