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:
committed by
android-build-merger
commit
9f275bd435
@@ -442,9 +442,6 @@ public class WallpaperManager {
|
||||
synchronized (this) {
|
||||
mCachedWallpaper = null;
|
||||
mCachedWallpaperUserId = 0;
|
||||
if (mDefaultWallpaper != null) {
|
||||
mDefaultWallpaper.recycle();
|
||||
}
|
||||
mDefaultWallpaper = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user