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

Commit ec75dc89 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:...

Merge "Force relayout when wallpaper engine become visible." into rvc-dev am: ec30716a am: 8b3f702c am: 19f6e5e7 am: 6eae0280

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

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