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

am: 018166c16e

Change-Id: If56a713c4c8032fbf4cd0707715d6952ba641ee4
This commit is contained in:
android-build-team Robot
2018-05-04 11:04:11 -07:00
committed by android-build-merger

View File

@@ -442,9 +442,6 @@ public class WallpaperManager {
synchronized (this) {
mCachedWallpaper = null;
mCachedWallpaperUserId = 0;
if (mDefaultWallpaper != null) {
mDefaultWallpaper.recycle();
}
mDefaultWallpaper = null;
}
}