am b1439c28
: Fix EmojiPageKeyboardView onPress bug
* commit 'b1439c28723c86cd05c31d3651a897329a55a5de': Fix EmojiPageKeyboardView onPress bug
This commit is contained in:
commit
e69524fe19
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ final class EmojiPageKeyboardView extends KeyboardView implements
|
||||||
|
|
||||||
void callListenerOnPressKey(final Key pressedKey) {
|
void callListenerOnPressKey(final Key pressedKey) {
|
||||||
mPendingKeyDown = null;
|
mPendingKeyDown = null;
|
||||||
pressedKey.onReleased();
|
pressedKey.onPressed();
|
||||||
invalidateKey(pressedKey);
|
invalidateKey(pressedKey);
|
||||||
mListener.onPressKey(pressedKey);
|
mListener.onPressKey(pressedKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue