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

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

Merge "Enable dimming for mid-range luminance wallpapeprs." into sc-dev

parents 15cc80b3 5d408690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public abstract class WallpaperService extends Service {
    private static final int NOTIFY_COLORS_RATE_LIMIT_MS = 1000;

    private static final boolean ENABLE_WALLPAPER_DIMMING =
            SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", false);
            SystemProperties.getBoolean("persist.debug.enable_wallpaper_dimming", true);

    private final ArrayList<Engine> mActiveEngines
            = new ArrayList<Engine>();