diff options
author | 2014-08-14 12:48:50 +0900 | |
---|---|---|
committer | 2014-08-14 17:53:04 +0900 | |
commit | b8d764772b174cbd37354ffd0009bda56f223dc4 (patch) | |
tree | fa73a90c5d500cebb2c5517481952e920f8ab387 /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java | |
parent | a94c89e017dac92e2c23dcf05a8e6b4000d021d3 (diff) | |
download | latinime-b8d764772b174cbd37354ffd0009bda56f223dc4.tar.gz latinime-b8d764772b174cbd37354ffd0009bda56f223dc4.tar.xz latinime-b8d764772b174cbd37354ffd0009bda56f223dc4.zip |
Add the input style to SuggestedWords.
Change-Id: I81f37d08659d449822b027d3d5912e11eec8b8ff
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 */); } /** |