mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
disabling ftue auth carousel whilst its in dev
This commit is contained in:
parent
633f495e2c
commit
d71930901b
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ interface VectorFeatures {
|
|||
class DefaultVectorFeatures : VectorFeatures {
|
||||
override fun onboardingVariant(): VectorFeatures.OnboardingVariant = BuildConfig.ONBOARDING_VARIANT
|
||||
override fun isAlreadyHaveAccountSplashEnabled() = true
|
||||
override fun isSplashCarouselEnabled() = true
|
||||
override fun isSplashCarouselEnabled() = false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue