Merge "Allow IME hiding on displays without system decorations" into sc-dev
This commit is contained in:
@@ -3199,7 +3199,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
boolean showCurrentInputLocked(IBinder windowToken, int flags, ResultReceiver resultReceiver,
|
||||
@SoftInputShowHideReason int reason) {
|
||||
mShowRequested = true;
|
||||
if (mAccessibilityRequestingNoSoftKeyboard) {
|
||||
if (mAccessibilityRequestingNoSoftKeyboard || mImeHiddenByDisplayPolicy) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user