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

Commit 19fa2122 authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am 6bd7603a: Merge "Force the wallpaper to reload when dimensions change" into klp-dev

* commit '6bd7603a':
  Force the wallpaper to reload when dimensions change
parents ffe8b79f 6bd7603a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public class WallpaperManager {
            synchronized (this) {
                mWallpaper = null;
                mDefaultWallpaper = null;
                mHandler.removeMessages(MSG_CLEAR_WALLPAPER);
            }
        }

+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ public class ImageWallpaper extends WallpaperService {
                            ((mBackground == null) ? 0 : mBackground.getHeight()) + ", " +
                            dw + ", " + dh);
                }
                mWallpaperManager.forgetLoadedWallpaper();
                updateWallpaperLocked();
                if (mBackground == null) {
                    if (DEBUG) {