aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-06-15 09:03:52 +0900
committerJean Chalard <jchalard@google.com>2012-06-15 09:03:52 +0900
commita19c5e63804e6cffac5771b9749aad6c441e5e21 (patch)
tree053f52981757af30878c13b7dd511c56ecc092f2 /java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
parent6b9b8e1620f33356e54f6737cc5f4f2522975e59 (diff)
parentbe82f2974bff90ddf3c3bcf9c2cf0dae59c8cf58 (diff)
downloadlatinime-a19c5e63804e6cffac5771b9749aad6c441e5e21.tar.gz
latinime-a19c5e63804e6cffac5771b9749aad6c441e5e21.tar.xz
latinime-a19c5e63804e6cffac5771b9749aad6c441e5e21.zip
resolved conflicts for merge of be82f297 to master
Change-Id: If49ca384ea0ac415a75f8ea1bad77dc6719cb04d
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
index 40e54a474..e86390b11 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
@@ -670,7 +670,7 @@ public class SuggestionsView extends RelativeLayout implements OnClickListener,
}
public void setSuggestions(SuggestedWords suggestedWords) {
- if (suggestedWords == null || suggestedWords.size() == 0)
+ if (suggestedWords == null)
return;
clear();