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

Commit ade631ee authored by Michael Wright's avatar Michael Wright Committed by Gerrit Code Review
Browse files

Merge "NULL previous background bitmap upon changing wallpaper"

parents 357c75e7 7670b2bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -202,6 +202,7 @@ public class ImageWallpaper extends WallpaperService {
            if (mReceiver != null) {
                unregisterReceiver(mReceiver);
            }
            mBackground = null;
        }

        @Override