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

Commit 55535c83 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Report an offset change in a live wallpaper when the wallpaper is resized. Bug #2489288"

parents 5321aef4 04cde341
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -821,6 +821,7 @@ public abstract class WallpaperService extends Service {
                case MSG_WINDOW_RESIZED: {
                    final boolean reportDraw = message.arg1 != 0;
                    mEngine.updateSurface(true, false);
                    mEngine.doOffsetsChanged();
                    if (reportDraw) {
                        try {
                            mEngine.mSession.finishDrawing(mEngine.mWindow);