diff options
author | 2012-06-19 09:24:25 -0700 | |
---|---|---|
committer | 2012-06-19 09:24:25 -0700 | |
commit | c03bd090ea9f5e610d5380a5e0b70f3c60d9b6fe (patch) | |
tree | 0cadecc3774cba2de2e1215930c29561d3c3d278 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | bd765d33556def42c41a6f36298f28feb01af8e4 (diff) | |
parent | 9b233ecef2e6fce4024caa4da4b88d75edfd7b00 (diff) | |
download | latinime-c03bd090ea9f5e610d5380a5e0b70f3c60d9b6fe.tar.gz latinime-c03bd090ea9f5e610d5380a5e0b70f3c60d9b6fe.tar.xz latinime-c03bd090ea9f5e610d5380a5e0b70f3c60d9b6fe.zip |
Merge "Cleanup, part 4 (C4)"
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, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index da4a11433..02b966625 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1712,7 +1712,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen // getSuggestedWords handles gracefully a null value of prevWord final SuggestedWords suggestedWords = mSuggest.getSuggestedWords(mWordComposer, prevWord, mKeyboardSwitcher.getKeyboard().getProximityInfo(), - mCurrentSettings.mCorrectionMode); + mCurrentSettings.isCorrectionOn()); // Basically, we update the suggestion strip only when suggestion count > 1. However, // there is an exception: We update the suggestion strip whenever typed word's length |