aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-01-21 11:00:13 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-21 11:00:13 -0800
commitd65b59f2dcedbff7c033193d31f7b736c57984d1 (patch)
tree3400ffc10859d617ddee4fecbe876ddfbb2e10b9 /java/src/com/android/inputmethod/latin/LatinIME.java
parent4a5e0248776dda5b7f5f68acae049b5ef3b77284 (diff)
parent1869d13742c6b9c90ea990d9c41927c95ac40759 (diff)
downloadlatinime-d65b59f2dcedbff7c033193d31f7b736c57984d1.tar.gz
latinime-d65b59f2dcedbff7c033193d31f7b736c57984d1.tar.xz
latinime-d65b59f2dcedbff7c033193d31f7b736c57984d1.zip
am 1869d137: am 15a7e837: Merge "Dim previously suggested words" into honeycomb
* commit '1869d13742c6b9c90ea990d9c41927c95ac40759': Dim previously suggested words
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 9a939bea8..053bf6c1a 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) ||