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

Commit 018166c1 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

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

parents 8aec7be1 1c827da6
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;
            }
        }