aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-05-15 09:21:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-15 09:21:14 +0000
commitaf66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0 (patch)
tree2077519bb6a1df7714ca555e80bd12c79e9ddd1c /java/src/com/android/inputmethod/latin/LatinIME.java
parentd6fdd58cc0dcdd1e1b1018de10a30e423494a8fd (diff)
parent2ddaf9543da569af980a402d178a1af3819ed799 (diff)
downloadlatinime-af66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0.tar.gz
latinime-af66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0.tar.xz
latinime-af66ff7610b0a3c9e1d44d0aa0b1bafbcd9de4e0.zip
Merge "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.java2
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;
}