mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 15:54:38 +01:00
Bump core-splashscreen from 1.0.0-alpha02 to 1.0.0-beta01 (#1752)
This commit is contained in:
parent
5d1085a64a
commit
ce4157933f
@ -184,7 +184,7 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines"
|
||||||
|
|
||||||
implementation "androidx.core:core-ktx:1.7.0"
|
implementation "androidx.core:core-ktx:1.7.0"
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.0-alpha02'
|
implementation 'androidx.core:core-splashscreen:1.0.0-beta01'
|
||||||
implementation "androidx.activity:activity-ktx:1.4.0"
|
implementation "androidx.activity:activity-ktx:1.4.0"
|
||||||
implementation "androidx.appcompat:appcompat:1.4.1"
|
implementation "androidx.appcompat:appcompat:1.4.1"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.4.0"
|
implementation "androidx.fragment:fragment-ktx:1.4.0"
|
||||||
|
@ -42,7 +42,7 @@ class SplashActivity : BaseActivity<SplashPresenter, ViewBinding>(), SplashView
|
|||||||
|
|
||||||
override fun onCreate(savedInstanceState: Bundle?) {
|
override fun onCreate(savedInstanceState: Bundle?) {
|
||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
installSplashScreen().setKeepVisibleCondition { true }
|
installSplashScreen().setKeepOnScreenCondition { true }
|
||||||
|
|
||||||
val externalLink = intent?.getStringExtra(EXTRA_EXTERNAL_URL)
|
val externalLink = intent?.getStringExtra(EXTRA_EXTERNAL_URL)
|
||||||
val startDestination = intent?.getSerializableExtra(EXTRA_START_DESTINATION) as Destination?
|
val startDestination = intent?.getSerializableExtra(EXTRA_START_DESTINATION) as Destination?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user