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

Commit d040970e authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev am: 2c7238e8

am: 8bc2f78f

* commit '8bc2f78f':
  Sending WALLPAPER_CHANGED broadcast when live wallpaper changes

Change-Id: Ibe765015ce5343a64ed173aa5880d57f8ac39974
parents ac577644 8bc2f78f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1285,6 +1285,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
                wallpaper.imageWallpaperPending = false;
                if (bindWallpaperComponentLocked(name, false, true, wallpaper, null)) {
                    wallpaper.wallpaperId = makeWallpaperIdLocked();
                    notifyCallbacksLocked(wallpaper);
                }
            } finally {
                Binder.restoreCallingIdentity(ident);