mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 19:28:54 +03:00
adding debug feature flag for the splash carousel
This commit is contained in:
parent
8038d40195
commit
7cea0352f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue