Bump core-splashscreen from 1.0.0-alpha02 to 1.0.0-beta01 (#1752)

This commit is contained in:
dependabot[bot]
2022-01-23 01:39:16 +00:00
committed by GitHub
parent 5d1085a64a
commit ce4157933f
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class SplashActivity : BaseActivity<SplashPresenter, ViewBinding>(), SplashView
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
installSplashScreen().setKeepVisibleCondition { true }
installSplashScreen().setKeepOnScreenCondition { true }
val externalLink = intent?.getStringExtra(EXTRA_EXTERNAL_URL)
val startDestination = intent?.getSerializableExtra(EXTRA_START_DESTINATION) as Destination?