Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 263c36a1 authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

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

* commit 'ade631ee':
  NULL previous background bitmap upon changing wallpaper
parents 10884694 ade631ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ public class ImageWallpaper extends WallpaperService {
            if (mReceiver != null) {
                unregisterReceiver(mReceiver);
            }
            mBackground = null;
        }

        void updateSurfaceSize(SurfaceHolder surfaceHolder) {