aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-01-20 22:23:45 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-20 22:23:45 -0800
commit1869d13742c6b9c90ea990d9c41927c95ac40759 (patch)
tree3400ffc10859d617ddee4fecbe876ddfbb2e10b9 /java/src/com/android/inputmethod/latin/LatinIME.java
parentd47237aed21db8aaa5b1bd9dc63f5c76b1925d6a (diff)
parent15a7e837ab619df1e3844cd59b337c6ac56a0daf (diff)
downloadlatinime-1869d13742c6b9c90ea990d9c41927c95ac40759.tar.gz
latinime-1869d13742c6b9c90ea990d9c41927c95ac40759.tar.xz
latinime-1869d13742c6b9c90ea990d9c41927c95ac40759.zip
am 15a7e837: Merge "Dim previously suggested words" into honeycomb
* commit '15a7e837ab619df1e3844cd59b337c6ac56a0daf': 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) ||