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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue