Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1439c28 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix EmojiPageKeyboardView onPress bug

Change-Id: I110f36e0547be4957656217c42a8dafd9359b700
parent 3481cfc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }