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

Commit a6d36b9e authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Gate Wallpaper logic around Monet flag"

parents c97c86cd 336d21b4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -169,6 +169,11 @@ public class ThemeOverlayController extends SystemUI implements Dumpable {
                },
                UserHandle.USER_ALL);

        // All wallpaper color and keyguard logic only applies when Monet is enabled.
        if (!mIsMonetEnabled) {
            return;
        }

        // Upon boot, make sure we have the most up to date colors
        mBgExecutor.execute(() -> {
            WallpaperColors lockColors = mWallpaperManager.getWallpaperColors(