Loading core/java/android/view/inputmethod/InputMethodManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -1153,6 +1153,9 @@ public final class InputMethodManager { } final boolean startInput; synchronized (mH) { if (reason == UnbindReason.DISCONNECT_IME) { mImeDispatcher.clear(); } if (getBindSequenceLocked() != sequence) { return; } Loading Loading
core/java/android/view/inputmethod/InputMethodManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -1153,6 +1153,9 @@ public final class InputMethodManager { } final boolean startInput; synchronized (mH) { if (reason == UnbindReason.DISCONNECT_IME) { mImeDispatcher.clear(); } if (getBindSequenceLocked() != sequence) { return; } Loading