diff options
author | 2014-08-14 18:03:11 +0000 | |
---|---|---|
committer | 2014-08-14 18:03:11 +0000 | |
commit | e04c8b10d7876effbfdf2340a1fec6bf368c3409 (patch) | |
tree | a7e7002b213b07b5381e9cbd24bd99ee4113e010 /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java | |
parent | 1901c331283e2f60e6277a7773a103a447bd31ca (diff) | |
parent | b8d764772b174cbd37354ffd0009bda56f223dc4 (diff) | |
download | latinime-e04c8b10d7876effbfdf2340a1fec6bf368c3409.tar.gz latinime-e04c8b10d7876effbfdf2340a1fec6bf368c3409.tar.xz latinime-e04c8b10d7876effbfdf2340a1fec6bf368c3409.zip |
am b8d76477: Add the input style to SuggestedWords.
* commit 'b8d764772b174cbd37354ffd0009bda56f223dc4':
Add the input style to SuggestedWords.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/PunctuationSuggestions.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/PunctuationSuggestions.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java b/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java index 0fba37c8a..6b0205c0f 100644 --- a/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java +++ b/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java @@ -35,7 +35,8 @@ public final class PunctuationSuggestions extends SuggestedWords { false /* typedWordValid */, false /* hasAutoCorrectionCandidate */, false /* isObsoleteSuggestions */, - false /* isPrediction */); + false /* isPrediction */, + INPUT_STYLE_NONE /* inputStyle */); } /** |