diff options
| -rw-r--r-- | core/java/android/view/inputmethod/InputMethodManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java index 50f3e0cfbcf3..587fcefdcf28 100644 --- a/core/java/android/view/inputmethod/InputMethodManager.java +++ b/core/java/android/view/inputmethod/InputMethodManager.java @@ -1645,6 +1645,7 @@ public final class InputMethodManager { mCurId = null; mCurMethod = null; // for @UnsupportedAppUsage mCurrentInputMethodSession = null; + mIsInputMethodSuppressingSpellChecker = false; } /** @@ -1707,7 +1708,6 @@ public final class InputMethodManager { @GuardedBy("mH") void finishInputLocked() { mVirtualDisplayToScreenMatrix = null; - mIsInputMethodSuppressingSpellChecker = false; setNextServedViewLocked(null); if (getServedViewLocked() != null) { if (DEBUG) { |