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:25:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-26 12:25:59 +0000
commit2a2d324eb627807a9d09b491fbb4ac78ffb253fc (patch)
treeff2659369eb2c6e7d4a0400fcdb3cf10b40c518d /java/src/com/android/inputmethod/latin/PunctuationSuggestions.java
parentabf05cc0da1ead7e270a7c99bf9f000dabf91f5b (diff)
parent8380f921f7edaeea2033a1e967a14941400fe246 (diff)
downloadlatinime-2a2d324eb627807a9d09b491fbb4ac78ffb253fc.tar.gz
latinime-2a2d324eb627807a9d09b491fbb4ac78ffb253fc.tar.xz
latinime-2a2d324eb627807a9d09b491fbb4ac78ffb253fc.zip
am 8380f921: Fix a bug where the top prediction would disappear.
* commit '8380f921f7edaeea2033a1e967a14941400fe246': 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 */);
}