mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
enabling the splash carousel feature by default
This commit is contained in:
parent
a05ce81b5b
commit
00f2947636
2 changed files with 2 additions and 1 deletions
1
changelog.d/4584.feature
Normal file
1
changelog.d/4584.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Enables the FTUE splash carousel
|
|
@ -35,6 +35,6 @@ interface VectorFeatures {
|
||||||
class DefaultVectorFeatures : VectorFeatures {
|
class DefaultVectorFeatures : VectorFeatures {
|
||||||
override fun onboardingVariant(): VectorFeatures.OnboardingVariant = BuildConfig.ONBOARDING_VARIANT
|
override fun onboardingVariant(): VectorFeatures.OnboardingVariant = BuildConfig.ONBOARDING_VARIANT
|
||||||
override fun isOnboardingAlreadyHaveAccountSplashEnabled() = true
|
override fun isOnboardingAlreadyHaveAccountSplashEnabled() = true
|
||||||
override fun isOnboardingSplashCarouselEnabled() = false
|
override fun isOnboardingSplashCarouselEnabled() = true
|
||||||
override fun isOnboardingUseCaseEnabled() = false
|
override fun isOnboardingUseCaseEnabled() = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue