mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am b1439c28: Fix EmojiPageKeyboardView onPress bug
* commit 'b1439c28723c86cd05c31d3651a897329a55a5de': Fix EmojiPageKeyboardView onPress bug
This commit is contained in:
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…
x
Reference in New Issue
Block a user