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

Commit d23e8834 authored by Aurélien Pomini's avatar Aurélien Pomini Committed by Android (Google) Code Review
Browse files

Merge "Attempting to fix SystemPaletteTests" into main

parents c6e7aaeb 1470dd00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
     * @return true unless the wallpaper changed during the color computation
     */
    private boolean extractColors(WallpaperData wallpaper) {
        if (offloadColorExtraction()) return !mImageWallpaper.equals(wallpaper.getComponent());
        if (offloadColorExtraction()) return true;
        String cropFile = null;
        boolean defaultImageWallpaper = false;
        int wallpaperId;