diff options
author | 2014-02-13 22:21:01 -0800 | |
---|---|---|
committer | 2014-02-13 22:21:01 -0800 | |
commit | 65507d5fb1073490d7e389e9a74be8f1b0466914 (patch) | |
tree | e410cc914a2973a599ac35c2b47c36eebfc37973 /java/src/com/android/inputmethod/latin/Suggest.java | |
parent | 8cdd284d5908916500c5db52357e647258f4494f (diff) | |
parent | 32a7e079e0f66c23405880bc228edcbaa42bd945 (diff) | |
download | latinime-65507d5fb1073490d7e389e9a74be8f1b0466914.tar.gz latinime-65507d5fb1073490d7e389e9a74be8f1b0466914.tar.xz latinime-65507d5fb1073490d7e389e9a74be8f1b0466914.zip |
am 32a7e079: Merge "Add PunctuationSuggestions class"
* commit '32a7e079e0f66c23405880bc228edcbaa42bd945':
Add PunctuationSuggestions class
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Suggest.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/Suggest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java index 5e74d75b0..abf831a28 100644 --- a/java/src/com/android/inputmethod/latin/Suggest.java +++ b/java/src/com/android/inputmethod/latin/Suggest.java @@ -227,7 +227,6 @@ public final class Suggest { // rename the attribute or change the value. !allowsToBeAutoCorrected /* typedWordValid */, hasAutoCorrection, /* willAutoCorrect */ - false /* isPunctuationSuggestions */, false /* isObsoleteSuggestions */, !wordComposer.isComposingWord() /* isPrediction */, sequenceNumber)); } @@ -289,7 +288,6 @@ public final class Suggest { callback.onGetSuggestedWords(new SuggestedWords(suggestionsContainer, rawSuggestions, true /* typedWordValid */, false /* willAutoCorrect */, - false /* isPunctuationSuggestions */, false /* isObsoleteSuggestions */, false /* isPrediction */, sequenceNumber)); } |