0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Switch to new account setup UI

This commit is contained in:
cketti 2023-08-14 18:44:57 +02:00
parent bffddf254d
commit ca851d1b80

View File

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