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

Commit 9f275bd4 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Just drop the default WP bitmap, don't explicitly recycle it" into pi-dev

am: 018166c1

Change-Id: If56a713c4c8032fbf4cd0707715d6952ba641ee4
parents e799bda2 018166c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -442,9 +442,6 @@ public class WallpaperManager {
            synchronized (this) {
                mCachedWallpaper = null;
                mCachedWallpaperUserId = 0;
                if (mDefaultWallpaper != null) {
                    mDefaultWallpaper.recycle();
                }
                mDefaultWallpaper = null;
            }
        }