mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
adding back debug option to enable carousel (was rebased away)
This commit is contained in:
parent
486671f385
commit
0d2ad2d85d
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ class DebugFeaturesStateFactory @Inject constructor(
|
||||||
label = "FTUE Splash - I already have an account",
|
label = "FTUE Splash - I already have an account",
|
||||||
factory = VectorFeatures::isAlreadyHaveAccountSplashEnabled,
|
factory = VectorFeatures::isAlreadyHaveAccountSplashEnabled,
|
||||||
key = DebugFeatureKeys.alreadyHaveAnAccount
|
key = DebugFeatureKeys.alreadyHaveAnAccount
|
||||||
|
),
|
||||||
|
createBooleanFeature(
|
||||||
|
label = "FTUE Splash - Carousel",
|
||||||
|
factory = VectorFeatures::isSplashCarouselEnabled,
|
||||||
|
key = DebugFeatureKeys.splashCarousel
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue