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

Commit 2a8f8f00 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Fix crash in clearWallpaper()

am: a2bd5120

Change-Id: I1ad7ef3676fab348022ee5b2a90ca144e44b06b8
parents a4f8057e a2bd5120
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());
    }

    /**