diff options
author | 2014-05-15 17:43:04 +0900 | |
---|---|---|
committer | 2014-05-15 17:53:43 +0900 | |
commit | 2ddaf9543da569af980a402d178a1af3819ed799 (patch) | |
tree | f8f2fef0bf8bbb0a25990852baef5772d2bb1393 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | c007e8863c2161d18aba2911cbb291c4476cb8ab (diff) | |
download | latinime-2ddaf9543da569af980a402d178a1af3819ed799.tar.gz latinime-2ddaf9543da569af980a402d178a1af3819ed799.tar.xz latinime-2ddaf9543da569af980a402d178a1af3819ed799.zip |
Remove unused auto correction led for spacebar feature
Change-Id: Ie1544bd0d28684d9b7887fddff37b224ed4f8201
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; } |