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

Commit 14e605d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable systemui_theme feature flag" into pi-dev

parents 3bc533d2 94eca2cb
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");
    }

    /**