From c6396ac03a1d8ed7f91fc1b5211dccefa8029d38 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 9 Dec 2021 16:50:24 +0000 Subject: [PATCH] updating debug feature label to explain that it's related to the ftue auth --- .../app/features/debug/features/DebugFeaturesStateFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt b/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt index 09913697be..335e1cc714 100644 --- a/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt +++ b/vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt @@ -33,7 +33,7 @@ class DebugFeaturesStateFactory @Inject constructor( ), Feature.BooleanFeature( - label = "Splash - already has an account", + label = "FTUE Splash - I already have an account", override = debugFeatures.isAlreadyHaveAccountSplashEnabled().takeIf { debugFeatures.hasOverride(DebugFeatureKeys.alreadyHaveAnAccount) },