adding back debug option to enable carousel (was rebased away)

This commit is contained in:
Adam Brown 2022-01-07 13:47:14 +00:00
parent 486671f385
commit 0d2ad2d85d

View file

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