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

Commit bd2a00f8 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in clearWallpaper()" into nyc-mr1-dev

parents b495cca7 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());
    }

    /**