Skip to content
Snippets Groups Projects
Commit b1439c28 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix EmojiPageKeyboardView onPress bug

Change-Id: I110f36e0547be4957656217c42a8dafd9359b700
parent 3481cfc8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment