Merge "Compare with oldSoftInputMode after restoring softInputMode" into rvc-qpr-dev am: 6a1829d14a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12500989 Change-Id: Ib564e3608b0faf9915f7eb8ca940651ecb4e7184
This commit is contained in:
@@ -1456,7 +1456,7 @@ public final class ViewRootImpl implements ViewParent,
|
||||
| (oldSoftInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST);
|
||||
}
|
||||
|
||||
if ((changes & LayoutParams.SOFT_INPUT_MODE_CHANGED) != 0) {
|
||||
if (mWindowAttributes.softInputMode != oldSoftInputMode) {
|
||||
requestFitSystemWindows();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user