mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-18 07:11:58 +03:00
updating debug feature label to explain that it's related to the ftue auth
This commit is contained in:
parent
443d15518f
commit
c6396ac03a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DebugFeaturesStateFactory @Inject constructor(
|
||||||
),
|
),
|
||||||
|
|
||||||
Feature.BooleanFeature(
|
Feature.BooleanFeature(
|
||||||
label = "Splash - already has an account",
|
label = "FTUE Splash - I already have an account",
|
||||||
override = debugFeatures.isAlreadyHaveAccountSplashEnabled().takeIf {
|
override = debugFeatures.isAlreadyHaveAccountSplashEnabled().takeIf {
|
||||||
debugFeatures.hasOverride(DebugFeatureKeys.alreadyHaveAnAccount)
|
debugFeatures.hasOverride(DebugFeatureKeys.alreadyHaveAnAccount)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue