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

Commit ae0fdaf5 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 3d576cc6: am 18d836b6: Merge "Don\'t relayout based on a window that isn\'t...

am 3d576cc6: am 18d836b6: Merge "Don\'t relayout based on a window that isn\'t visible" into lmp-mr1-modular-dev

* commit '3d576cc6':
  Don't relayout based on a window that isn't visible
parents e29c45ad 3d576cc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -538,9 +538,9 @@ class WindowStateAnimator {
        mDrawState = READY_TO_SHOW;
        final AppWindowToken atoken = mWin.mAppToken;
        if (atoken == null || atoken.allDrawn || mWin.mAttrs.type == TYPE_APPLICATION_STARTING) {
            performShowLocked();
            return performShowLocked();
        }
        return true;
        return false;
    }

    static class SurfaceTrace extends SurfaceControl {