adding debug feature flag for the splash carousel

This commit is contained in:
Adam Brown 2021-12-13 14:21:00 +00:00
parent 8038d40195
commit 7cea0352f9

View File

@ -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
) )