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

Commit 090f47bf authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 21031

* changes:
  Should clear background.
parents 06dba79f 9875e611
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);