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

Commit 53cbaeb8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Only force layout legacy apps with SOFT_INPUT_ADJUST_RESIZE" into sc-dev am: d9381891

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13517005

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4376481068d84c5de2a2708b6004ac8246384e7f
parents 2a6c4af5 d9381891
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1675,7 +1675,8 @@ public final class ViewRootImpl implements ViewParent,
        requestLayout();

        // See comment for View.sForceLayoutWhenInsetsChanged
        if (View.sForceLayoutWhenInsetsChanged && mView != null) {
        if (View.sForceLayoutWhenInsetsChanged && mView != null
                && mWindowAttributes.softInputMode == SOFT_INPUT_ADJUST_RESIZE) {
            forceLayout(mView);
        }