Skip to content

Commit

Permalink
fix : 티라미수 버전 이하 화면 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Apr 3, 2024
1 parent ab08b74 commit 553151a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ class SplashActivity : BaseActivity<ActivitySplashBinding, SplashViewModel>() {
startActivity(intent)
finish()
}
}else{
val intent = OnboardingDepartActivity.createIntent(this@SplashActivity)
startActivity(intent)
finish()
}
}

Expand Down

0 comments on commit 553151a

Please sign in to comment.