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

Commit 1363aa95 authored by Sean Stout's avatar Sean Stout Committed by Android (Google) Code Review
Browse files

Merge "Allow IME hiding on displays without system decorations" into sc-dev

parents 585b5013 0a5ba428
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }