diff options
author | 2012-06-16 10:51:04 +0900 | |
---|---|---|
committer | 2012-06-16 10:51:04 +0900 | |
commit | 9b233ecef2e6fce4024caa4da4b88d75edfd7b00 (patch) | |
tree | 94e6aed764ca89f81ccf81686916d8d7f7880397 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 5475e92b3fb33dd7d6b021ddcbe1ca593112b5c8 (diff) | |
download | latinime-9b233ecef2e6fce4024caa4da4b88d75edfd7b00.tar.gz latinime-9b233ecef2e6fce4024caa4da4b88d75edfd7b00.tar.xz latinime-9b233ecef2e6fce4024caa4da4b88d75edfd7b00.zip |
Cleanup, part 4 (C4)
Change-Id: I2821ae71ec49e4b6b512157d17b80198f74321e4
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 fc4d1150c..29ebe3967 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1716,7 +1716,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 |