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

Commit f98a27c6 authored by Chris Tate's avatar Chris Tate Committed by android-build-merger
Browse files

Merge "Don\'t try to register (and invoke!) intentional null callbacks" into nyc-dev am: e7cc1ace

am: 27a0b7f2

* commit '27a0b7f2':
  Don't try to register (and invoke!) intentional null callbacks
parents 9da8464a 27a0b7f2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1105,7 +1105,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub {
                    outParams.putInt("width", wallpaper.width);
                    outParams.putInt("height", wallpaper.height);
                }
                if (cb != null) {
                    wallpaper.callbacks.register(cb);
                }
                if (!wallpaper.cropFile.exists()) {
                    return null;
                }