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) {
|
||||
mPendingKeyDown = null;
|
||||
pressedKey.onReleased();
|
||||
pressedKey.onPressed();
|
||||
invalidateKey(pressedKey);
|
||||
mListener.onPressKey(pressedKey);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue