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

* commit 'ade631eed0df228e343f2a00db653058ff588846':
  NULL previous background bitmap upon changing wallpaper
This commit is contained in:
Michael Wright
2014-04-30 01:22:05 +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) {