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

Commit 000293c9 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Gerrit Code Review
Browse files

Merge "Layout the window to be displayed if it would be resized"

parents 07520c94 6b6838e9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3127,6 +3127,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();
                    }