aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-01-19 17:29:27 +0900
committersatok <satok@google.com>2011-01-21 15:20:21 +0900
commit6f7218627eda110a8454053f8ecb7b80edfdc8ce (patch)
tree08f3e321e3a3e1833fa05e5814530dd21e8addb4 /java/src/com/android/inputmethod/latin/LatinIME.java
parenta2ad96d95986eb61c3d2d5abce154fb4c3803cac (diff)
downloadlatinime-6f7218627eda110a8454053f8ecb7b80edfdc8ce.tar.gz
latinime-6f7218627eda110a8454053f8ecb7b80edfdc8ce.tar.xz
latinime-6f7218627eda110a8454053f8ecb7b80edfdc8ce.zip
Dim previously suggested words
Change-Id: Id673c03bfa22ea9ce1bedb5174d8309a37a2a460
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, 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 7089874eb..02a696088 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1519,7 +1519,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mKeyboardSwitcher.setPreferredLetters(nextLettersFrequencies);
boolean correctionAvailable = !mInputTypeNoAutoCorrect && !mJustReverted
- && mSuggest.hasMinimalCorrection();
+ && mSuggest.hasAutoCorrection();
final CharSequence typedWord = word.getTypedWord();
// If we're in basic correct
final boolean typedWordValid = mSuggest.isValidWord(typedWord) ||