Fix EmojiPageKeyboardView onPress bug
Change-Id: I110f36e0547be4957656217c42a8dafd9359b700
This commit is contained in:
parent
3481cfc81d
commit
b1439c2872
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