diff options
author | 2010-12-03 13:18:02 +0900 | |
---|---|---|
committer | 2010-12-03 13:36:17 +0900 | |
commit | 7545ec8df000538f775f01746070b321a70a6dd0 (patch) | |
tree | 8c5fa284e5ef5c2a4a989e2a285ecb59e44a42c0 /java/src | |
parent | 391a7ce6d8d20825c13764c3730f8b4dd1053b31 (diff) | |
download | latinime-7545ec8df000538f775f01746070b321a70a6dd0.tar.gz latinime-7545ec8df000538f775f01746070b321a70a6dd0.tar.xz latinime-7545ec8df000538f775f01746070b321a70a6dd0.zip |
Fix no smiley popup mini keyboard
Change-Id: I0e010c6f0c06fd59b7aef75fc142a4ce0089e740
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/Key.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/Key.java b/java/src/com/android/inputmethod/keyboard/Key.java index 0749b3f36..cb656fe38 100644 --- a/java/src/com/android/inputmethod/keyboard/Key.java +++ b/java/src/com/android/inputmethod/keyboard/Key.java @@ -220,11 +220,6 @@ public class Key { if (mCodes == null && !TextUtils.isEmpty(mLabel)) { mCodes = new int[] { mLabel.charAt(0) }; } - - if (mPopupCharacters == null || mPopupCharacters.length() == 0) { - // If there is a keyboard with no keys specified in popupCharacters - mPopupResId = 0; - } } /** |