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

Commit 9875e611 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Should clear background.

parent 2a2b3443
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ public class ImageWallpaper extends WallpaperService {
                    final Drawable background = mBackground;
                    //background.setBounds(frame);
                    c.translate(mXOffset, mYOffset);
                    c.drawColor(0xff000000);
                    background.draw(c);
                }
                sh.unlockCanvasAndPost(c);