diff options
author | 2014-05-15 09:22:49 +0000 | |
---|---|---|
committer | 2014-05-15 09:22:49 +0000 | |
commit | 3e3a32c24492eab804652e8c1e7507a159b6a26a (patch) | |
tree | 2077519bb6a1df7714ca555e80bd12c79e9ddd1c /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 5932f020131b18de69db0ae507f0675d35429959 (diff) | |
parent | af66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0 (diff) | |
download | latinime-3e3a32c24492eab804652e8c1e7507a159b6a26a.tar.gz latinime-3e3a32c24492eab804652e8c1e7507a159b6a26a.tar.xz latinime-3e3a32c24492eab804652e8c1e7507a159b6a26a.zip |
am af66ff76: Merge "Remove unused auto correction led for spacebar feature"
* commit 'af66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0':
Remove unused auto correction led for spacebar feature
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 1ccf5854a..74b83c1bb 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -905,7 +905,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen private void onFinishInputViewInternal(final boolean finishingInput) { super.onFinishInputView(finishingInput); - mKeyboardSwitcher.onFinishInputView(); mKeyboardSwitcher.deallocateMemory(); // Remove pending messages related to update suggestions mHandler.cancelUpdateSuggestionStrip(); @@ -1388,7 +1387,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen if (!hasSuggestionStripView()) { return; } - mKeyboardSwitcher.onAutoCorrectionStateChanged(suggestedWords.mWillAutoCorrect); if (!onEvaluateInputViewShown()) { return; } |