am 263c36a1: am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"

* commit '263c36a144a66d30dd51abd7ca0120480e449aa5':
  NULL previous background bitmap upon changing wallpaper
This commit is contained in:
Michael Wright
2014-04-30 01:24:32 +00:00
committed by Android Git Automerger

View File

@@ -211,6 +211,7 @@ public class ImageWallpaper extends WallpaperService {
if (mReceiver != null) {
unregisterReceiver(mReceiver);
}
mBackground = null;
}
void updateSurfaceSize(SurfaceHolder surfaceHolder) {