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

Commit 90792590 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Android Git Automerger
Browse files

am 796a1773: am 4fa039df: Merge "Layout the config-changed window if it has surface"

* commit '796a1773':
  Layout the config-changed window if it has surface
parents bce72316 796a1773
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8898,7 +8898,8 @@ public class WindowManagerService extends IWindowManager.Stub
            if (!gone || !win.mHaveFrame || win.mLayoutNeeded
                    || ((win.isConfigChanged() || win.setInsetsChanged()) &&
                            ((win.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 ||
                            win.mAppToken != null && win.mAppToken.layoutConfigChanges))
                            (win.mHasSurface && win.mAppToken != null &&
                            win.mAppToken.layoutConfigChanges)))
                    || win.mAttrs.type == TYPE_UNIVERSE_BACKGROUND) {
                if (!win.mLayoutAttached) {
                    if (initial) {