Loading core/java/android/view/ViewRootImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1456,7 +1456,7 @@ public final class ViewRootImpl implements ViewParent, | (oldSoftInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST); | (oldSoftInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST); } } if ((changes & LayoutParams.SOFT_INPUT_MODE_CHANGED) != 0) { if (mWindowAttributes.softInputMode != oldSoftInputMode) { requestFitSystemWindows(); requestFitSystemWindows(); } } Loading Loading
core/java/android/view/ViewRootImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1456,7 +1456,7 @@ public final class ViewRootImpl implements ViewParent, | (oldSoftInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST); | (oldSoftInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST); } } if ((changes & LayoutParams.SOFT_INPUT_MODE_CHANGED) != 0) { if (mWindowAttributes.softInputMode != oldSoftInputMode) { requestFitSystemWindows(); requestFitSystemWindows(); } } Loading