Merge "NULL previous background bitmap upon changing wallpaper"

This commit is contained in:
Michael Wright
2014-04-30 01:19:10 +00:00
committed by Gerrit Code Review

View File

@@ -202,6 +202,7 @@ public class ImageWallpaper extends WallpaperService {
if (mReceiver != null) {
unregisterReceiver(mReceiver);
}
mBackground = null;
}
@Override