aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-08-26 12:47:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-26 12:47:04 +0000
commitebf4a3e792d7be031f3304656aca46feb38c6a99 (patch)
treec737ea621e98402841f44ea8d041073c95954770 /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
parente4fb843a7fe4c8720f4ae4dd49086e9c6e239c28 (diff)
parent96522da9eb584c173083af677f47cdbc35d81436 (diff)
downloadlatinime-ebf4a3e792d7be031f3304656aca46feb38c6a99.tar.gz
latinime-ebf4a3e792d7be031f3304656aca46feb38c6a99.tar.xz
latinime-ebf4a3e792d7be031f3304656aca46feb38c6a99.zip
am 96522da9: am 2a2d324e: am 8380f921: Fix a bug where the top prediction would disappear.
* commit '96522da9eb584c173083af677f47cdbc35d81436': Fix a bug where the top prediction would disappear.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/PunctuationSuggestions.java')
-rw-r--r--java/src/com/android/inputmethod/latin/PunctuationSuggestions.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java b/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
index 6b0205c0f..56014cbad 100644
--- a/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
+++ b/java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
@@ -35,7 +35,6 @@ public final class PunctuationSuggestions extends SuggestedWords {
false /* typedWordValid */,
false /* hasAutoCorrectionCandidate */,
false /* isObsoleteSuggestions */,
- false /* isPrediction */,
INPUT_STYLE_NONE /* inputStyle */);
}