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

Commit 8b3f702c authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Force relayout when wallpaper engine become visible." into rvc-dev am: ec30716a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11863063

Change-Id: I1e03c490350fbd228a03f519ea81f0bfe859a75e
parents 67b4d60f ec30716a
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1184,7 +1184,8 @@ public abstract class WallpaperService extends Service {
                        // may have been destroyed so now we need to make
                        // may have been destroyed so now we need to make
                        // sure it is re-created.
                        // sure it is re-created.
                        doOffsetsChanged(false);
                        doOffsetsChanged(false);
                        updateSurface(false, false, false);
                        // force relayout to get new surface
                        updateSurface(true, false, false);
                    }
                    }
                    onVisibilityChanged(visible);
                    onVisibilityChanged(visible);
                }
                }