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

Commit f6776813 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix double input of chars typed on a h/w keyboard

Bug: 7939324
Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9
parent 694b71ed
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2394,7 +2394,6 @@ public final class LatinIME extends InputMethodService implements KeyboardAction

    @Override
    public boolean onKeyUp(final int keyCode, final KeyEvent event) {
        if (mEventInterpreter.onHardwareKeyEvent(event)) return true;
        return super.onKeyUp(keyCode, event);
    }