Skip to content

Commit

Permalink
#146 / intro에 installSplashScreen 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Dec 9, 2023
1 parent 3746ff9 commit 50fae50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/sopt/uni/presentation/IntroActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import android.content.Intent
import android.os.Bundle
import android.util.Log
import androidx.appcompat.app.AppCompatActivity
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
import dagger.hilt.android.AndroidEntryPoint
import sopt.uni.data.datasource.local.SparkleStorage
import sopt.uni.presentation.home.HomeActivity
Expand All @@ -15,6 +16,7 @@ import sopt.uni.util.extension.startActivity
class IntroActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
installSplashScreen()

checkUserStatus()
}
Expand Down

0 comments on commit 50fae50

Please sign in to comment.