mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-17 02:15:17 +08:00
adding debug feature flag for the splash carousel
This commit is contained in:
parent
8038d40195
commit
7cea0352f9
@ -40,7 +40,7 @@ class DebugFeaturesStateFactory @Inject constructor(
|
|||||||
key = DebugFeatureKeys.alreadyHaveAnAccount
|
key = DebugFeatureKeys.alreadyHaveAnAccount
|
||||||
),
|
),
|
||||||
createBooleanFeature(
|
createBooleanFeature(
|
||||||
label = "FTUE Splash - Carousel",
|
label = "FTUE Splash - carousel",
|
||||||
factory = VectorFeatures::isSplashCarouselEnabled,
|
factory = VectorFeatures::isSplashCarouselEnabled,
|
||||||
key = DebugFeatureKeys.splashCarousel
|
key = DebugFeatureKeys.splashCarousel
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user