mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +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",
|
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…
x
Reference in New Issue
Block a user