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

Commit 150b5dbc authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Fix crash in clearWallpaper() am: a2bd5120

am: 2a8f8f00

Change-Id: Ia73abd24d04d68c4895da8861a42af8f5887ef4c
parents f771caf2 2a8f8f00
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1393,7 +1393,8 @@ public class WallpaperManager {
     */
    @SystemApi
    public void clearWallpaper() {
        clearWallpaper(FLAG_SYSTEM | FLAG_LOCK, mContext.getUserId());
        clearWallpaper(FLAG_LOCK, mContext.getUserId());
        clearWallpaper(FLAG_SYSTEM, mContext.getUserId());
    }

    /**