fixed Backspace not erasing text emoticons properly after '1' has been pressed multiple times (Android 4 and 5 only)
This commit is contained in:
parent
2cdc1dc04f
commit
30be73df6a
1 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,6 @@ class Emoji extends Punctuation {
|
|||
}
|
||||
|
||||
public static int getMaxEmojiLevel() {
|
||||
return Emoji.size();
|
||||
return noEmojiSupported() ? 1 : Emoji.size();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue