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

Commit c8e37203 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Don't resize WindowStates without a Surface." into jb-dev

parents d8e0831b 1efacf7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8079,7 +8079,7 @@ public class WindowManagerService extends IWindowManager.Stub

    private void updateResizingWindows(final WindowState w) {
        final WindowStateAnimator winAnimator = w.mWinAnimator;
        if (!w.mAppFreezing && w.mLayoutSeq == mLayoutSeq) {
        if (w.mHasSurface && !w.mAppFreezing && w.mLayoutSeq == mLayoutSeq) {
            w.mContentInsetsChanged |=
                !w.mLastContentInsets.equals(w.mContentInsets);
            w.mVisibleInsetsChanged |=