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:
Jean Chalard 2013-01-06 18:14:11 -08:00 committed by Android Git Automerger
commit 7e387bc919

View file

@ -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);
}