mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix no smiley popup mini keyboard
Change-Id: I0e010c6f0c06fd59b7aef75fc142a4ce0089e740
This commit is contained in:
parent
391a7ce6d8
commit
7545ec8df0
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user