Skip to content

Commit 9688eb8

Browse files
authored
Merge pull request thunderbird#10064 from rafaeltonholo/chore/10063/enable-display-in-app-notifications-feature-flag
chore(feature-flag): enable display_in_app_notifications for thunderbird beta
2 parents bf96df6 + feb4b34 commit 9688eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app-thunderbird/src/beta/kotlin/net/thunderbird/android/featureflag/TbFeatureFlagFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TbFeatureFlagFactory : FeatureFlagFactory {
2020
FeatureFlag("email_notification_default".toFeatureFlagKey(), enabled = true),
2121
FeatureFlag("enable_dropdown_drawer".toFeatureFlagKey(), enabled = true),
2222
FeatureFlag("enable_dropdown_drawer_ui".toFeatureFlagKey(), enabled = true),
23-
FeatureFlag(FeatureFlagKey.DisplayInAppNotifications, enabled = false),
23+
FeatureFlag(FeatureFlagKey.DisplayInAppNotifications, enabled = true),
2424
FeatureFlag(FeatureFlagKey.UseNotificationSenderForSystemNotifications, enabled = false),
2525
FeatureFlag(MessageListFeatureFlags.UseComposeForMessageListItems, enabled = false),
2626
FeatureFlag(MessageViewFeatureFlags.ActionExportEml, enabled = false),

0 commit comments

Comments
 (0)