Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6555f86 authored by Philipp Kewisch's avatar Philipp Kewisch
Browse files

Enable new drawer for testing on beta

parent 0570afeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class TbFeatureFlagFactory : FeatureFlagFactory {
            FeatureFlag("new_account_settings".toFeatureFlagKey(), enabled = false),
            FeatureFlag("disable_font_size_config".toFeatureFlagKey(), enabled = true),
            FeatureFlag("email_notification_default".toFeatureFlagKey(), enabled = true),
            FeatureFlag("enable_dropdown_drawer".toFeatureFlagKey(), enabled = false),
            FeatureFlag("enable_dropdown_drawer".toFeatureFlagKey(), enabled = true),
        )
    }
}