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

Commit 2e563d40 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "DO NOT MERGE: Disable night UI mode in battery saver." into...

Merge "Merge "DO NOT MERGE: Disable night UI mode in battery saver." into pi-dev am: cd8eace9" into pi-dev-plus-aosp
parents 9669a542 664bfc8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -330,8 +330,8 @@ public class StatusBar extends SystemUI implements DemoMode,
    /** Whether to force dark theme if Configuration.UI_MODE_NIGHT_YES. */
    /** Whether to force dark theme if Configuration.UI_MODE_NIGHT_YES. */
    private static final boolean DARK_THEME_IN_NIGHT_MODE = true;
    private static final boolean DARK_THEME_IN_NIGHT_MODE = true;


    /** Whether to switch the device into night mode in battery saver. */
    /** Whether to switch the device into night mode in battery saver. (Disabled.) */
    private static final boolean NIGHT_MODE_IN_BATTERY_SAVER = true;
    private static final boolean NIGHT_MODE_IN_BATTERY_SAVER = false;


    /**
    /**
     * Never let the alpha become zero for surfaces that draw with SRC - otherwise the RenderNode
     * Never let the alpha become zero for surfaces that draw with SRC - otherwise the RenderNode