Merge "Just drop the default WP bitmap, don't explicitly recycle it" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
018166c16e
@@ -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