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

Commit 94eca2cb authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Enable systemui_theme feature flag

Turning flag on even though translations are not ready in order to
expose feature and make sure it was properly tested before release

Change-Id: I10f515b1bdcae45d1ed6d6d293afe1853f44dc02
Bug: 63903361
Fixes: 75498812
Test: manual
parent 96910a6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ public class FeatureFlagUtils {
        DEFAULT_FLAGS.put("settings_bluetooth_while_driving", "false");
        DEFAULT_FLAGS.put("settings_data_usage_v2", "true");
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "false");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");
    }

    /**