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

Commit 7c39b7af 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

am: 9f275bd4

Change-Id: I77b78cb14e3cb7df901f8dd077c5c91faa21cf16
parents 2214272f 9f275bd4
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;
            }
        }