aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-03-01 03:56:32 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-01 03:56:32 -0800
commit961703841e89a274122c87541d1151fd91672ddc (patch)
treeaea66bca5d76509a6f75adbb2f8c4b06590e6a60 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
parent895da64b621452c69a880f8d188cfcae5c693818 (diff)
parente4c45c6ef920b9cd1754f345446f53c504a64c5f (diff)
downloadlatinime-961703841e89a274122c87541d1151fd91672ddc.tar.gz
latinime-961703841e89a274122c87541d1151fd91672ddc.tar.xz
latinime-961703841e89a274122c87541d1151fd91672ddc.zip
Merge "Explicitly specify that labels might be in more keys"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
index 4ef5bd386..0bd6abe09 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
@@ -227,7 +227,7 @@ public class MoreSuggestions extends Keyboard {
final int index = pos + SUGGESTION_CODE_BASE;
final Key key = new Key(
params, word, info, KeyboardIconsSet.ICON_UNDEFINED, index, null, x, y,
- width, params.mDefaultRowHeight);
+ width, params.mDefaultRowHeight, 0);
params.markAsEdgeKey(key, pos);
params.onAddKey(key);
final int columnNumber = params.getColumnNumber(pos);