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

Commit 6cc10238 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

Merge "Call IMM#startInputInner() after releasing the lock"

parents b7f3a2ba 68ef29b2
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -1125,10 +1125,13 @@ public final class InputMethodManager {
                        if (!checkFocusInternalLocked(mRestartOnNextWindowFocus, mCurRootView)) {
                            return;
                        }
                        mCurrentEditorInfo = null;
                        mCompletions = null;
                        mServedConnecting = true;
                    }
                    final int reason = active ? StartInputReason.ACTIVATED_BY_IMMS
                            : StartInputReason.DEACTIVATED_BY_IMMS;
                        startInputOnWindowFocusGainInternal(reason, null, 0, 0, 0);
                    }
                    startInputInner(reason, null, 0, 0, 0);
                    return;
                }
                case MSG_SET_INTERACTIVE: {