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

Commit 3ef7b09c authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Enable systemui_theme feature flag" into pi-dev am: 14e605d7

am: 9da10af6

Change-Id: I3dfdfcc303ae69fcfa5fee8da592e941d0b66518
parents 31b307df 9da10af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,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");
    }

    /**