Skip to content

Commit

Permalink
Change new edit server settings to default
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Nov 28, 2023
1 parent 85468bb commit 3e22381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import app.k9mail.core.featureflag.FeatureFlagKey
class InMemoryFeatureFlagFactory : FeatureFlagFactory {
override fun createFeatureCatalog(): List<FeatureFlag> {
return listOf(
FeatureFlag(FeatureFlagKey("new_account_edit"), false),
FeatureFlag(FeatureFlagKey("new_account_edit"), true),
)
}
}

0 comments on commit 3e22381

Please sign in to comment.