diff options
author | 2014-08-14 18:13:33 +0000 | |
---|---|---|
committer | 2014-08-14 18:13:33 +0000 | |
commit | 670644b2f10c89dd2ff4bb867f8b77f1b175e85f (patch) | |
tree | 6fe6997b536bdb8bfd4bc26e3b3f6fc1c0c05264 /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java | |
parent | b6df2af44a81e78998ecd9984897449ac20f56d1 (diff) | |
parent | 3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4 (diff) | |
download | latinime-670644b2f10c89dd2ff4bb867f8b77f1b175e85f.tar.gz latinime-670644b2f10c89dd2ff4bb867f8b77f1b175e85f.tar.xz latinime-670644b2f10c89dd2ff4bb867f8b77f1b175e85f.zip |
am 3dbc3ece: am e04c8b10: am b8d76477: Add the input style to SuggestedWords.
* commit '3dbc3ece2614cb9d694e2f1d9607accd5eac7fc4':
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 */); } /** |