mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am f6776813: Fix double input of chars typed on a h/w keyboard
* commit 'f677681330143e3e50871222d33ade594e6348ce': Fix double input of chars typed on a h/w keyboard
This commit is contained in:
commit
7e387bc919
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user