mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +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",
|
||||
factory = VectorFeatures::isAlreadyHaveAccountSplashEnabled,
|
||||
key = DebugFeatureKeys.alreadyHaveAnAccount
|
||||
),
|
||||
createBooleanFeature(
|
||||
label = "FTUE Splash - Carousel",
|
||||
factory = VectorFeatures::isSplashCarouselEnabled,
|
||||
key = DebugFeatureKeys.splashCarousel
|
||||
)
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue