mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 23:30:24 +01:00
adding back debug option to enable carousel (was rebased away)
This commit is contained in:
parent
486671f385
commit
0d2ad2d85d
@ -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 New Issue
Block a user