am b1439c28: Fix EmojiPageKeyboardView onPress bug
* commit 'b1439c28723c86cd05c31d3651a897329a55a5de': Fix EmojiPageKeyboardView onPress bugmain
commit
e69524fe19
|
@ -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 New Issue