diff options
author | 2014-08-14 18:10:05 +0000 | |
---|---|---|
committer | 2014-08-14 18:10:05 +0000 | |
commit | 3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4 (patch) | |
tree | 055b1e96c5c679987a58aa507a63c35ebddfcda7 /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java | |
parent | af078ce7b462d4e9340b39060e3a3aa244c38b78 (diff) | |
parent | e04c8b10d7876effbfdf2340a1fec6bf368c3409 (diff) | |
download | latinime-3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4.tar.gz latinime-3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4.tar.xz latinime-3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4.zip |
am e04c8b10: am b8d76477: Add the input style to SuggestedWords.
* commit 'e04c8b10d7876effbfdf2340a1fec6bf368c3409':
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 */); } /** |