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

This commit is contained in:
android-build-team Robot
2018-05-04 17:47:04 +00:00
committed by Android (Google) Code Review

View File

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