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

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

am 3e305491: am 000293c9: Merge "Layout the window to be displayed if it would be resized"

* commit '3e305491':
  Layout the window to be displayed if it would be resized
parents 4f8783de 3e305491
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3140,6 +3140,10 @@ public class WindowManagerService extends IWindowManager.Stub
                }
                winAnimator.mEnteringAnimation = true;
                if (toBeDisplayed) {
                    if ((win.mAttrs.softInputMode & SOFT_INPUT_MASK_ADJUST)
                            == SOFT_INPUT_ADJUST_RESIZE) {
                        win.mLayoutNeeded = true;
                    }
                    if (win.isDrawnLw() && okToDisplay()) {
                        winAnimator.applyEnterAnimationLocked();
                    }