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
|
||||
),
|
||||
createBooleanFeature(
|
||||
label = "FTUE Splash - Carousel",
|
||||
label = "FTUE Splash - carousel",
|
||||
factory = VectorFeatures::isSplashCarouselEnabled,
|
||||
key = DebugFeatureKeys.splashCarousel
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue