Merge pull request #7127 from thundernest/enable_new_account_setup
Switch to new account setup UI
This commit is contained in:
commit
8acf174a7c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import app.k9mail.core.featureflag.FeatureFlagKey
|
|||
class InMemoryFeatureFlagFactory : FeatureFlagFactory {
|
||||
override fun createFeatureCatalog(): List<FeatureFlag> {
|
||||
return listOf(
|
||||
FeatureFlag(FeatureFlagKey("new_onboarding"), false),
|
||||
FeatureFlag(FeatureFlagKey("new_onboarding"), true),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue