Skip to content

Commit

Permalink
style : 자동 줄바꿈
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Apr 4, 2024
1 parent 9ed5415 commit d3d1e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SplashActivity : BaseActivity<ActivitySplashBinding, SplashViewModel>() {
startActivity(intent)
finish()
}
}else{
} else {
val intent = OnboardingDepartActivity.createIntent(this@SplashActivity)
startActivity(intent)
finish()
Expand Down

0 comments on commit d3d1e3e

Please sign in to comment.