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

Commit 99877d2f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Frameworks: fix living wallpaper exception when reboot"

parents 6b729384 a770caaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1004,7 +1004,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
                    final WallpaperData fallback = new WallpaperData(wallpaper.userId,
                            WALLPAPER_LOCK_ORIG, WALLPAPER_LOCK_CROP);
                    ensureSaneWallpaperData(fallback);
                    bindWallpaperComponentLocked(mImageWallpaper, true, false, fallback, reply);
                    bindWallpaperComponentLocked(cname, true, false, fallback, reply);
                    mWaitingForUnlock = true;
                }
            }