Loading core/java/com/android/internal/policy/PhoneWindow.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -2125,7 +2125,8 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { return new Pair<>(Insets.NONE, insets); return new Pair<>(Insets.NONE, insets); } } boolean includeIme = (getAttributes().softInputMode & SOFT_INPUT_MASK_ADJUST) boolean includeIme = (getViewRootImpl().mWindowAttributes.softInputMode & SOFT_INPUT_MASK_ADJUST) == SOFT_INPUT_ADJUST_RESIZE; == SOFT_INPUT_ADJUST_RESIZE; Insets insetsToApply; Insets insetsToApply; if (ViewRootImpl.sNewInsetsMode == 0) { if (ViewRootImpl.sNewInsetsMode == 0) { Loading Loading
core/java/com/android/internal/policy/PhoneWindow.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -2125,7 +2125,8 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { return new Pair<>(Insets.NONE, insets); return new Pair<>(Insets.NONE, insets); } } boolean includeIme = (getAttributes().softInputMode & SOFT_INPUT_MASK_ADJUST) boolean includeIme = (getViewRootImpl().mWindowAttributes.softInputMode & SOFT_INPUT_MASK_ADJUST) == SOFT_INPUT_ADJUST_RESIZE; == SOFT_INPUT_ADJUST_RESIZE; Insets insetsToApply; Insets insetsToApply; if (ViewRootImpl.sNewInsetsMode == 0) { if (ViewRootImpl.sNewInsetsMode == 0) { Loading