зеркало из https://github.com/mozilla/pjs.git
Bug 618352 - Handle all key events in onKeyPreIme when possible, r=crowder a=blocking-fennec
--HG-- extra : rebase_source : 93d10103e6d75f1ab0d4a059da4c7a86fb773293
This commit is contained in:
Родитель
4ca4b91b24
Коммит
850228d8c0
|
@ -439,7 +439,7 @@ class GeckoSurfaceView
|
|||
|
||||
@Override
|
||||
public boolean onKeyPreIme(int keyCode, KeyEvent event) {
|
||||
if (mIMEState != IME_STATE_DISABLED || event.isSystem())
|
||||
if (event.isSystem())
|
||||
return super.onKeyPreIme(keyCode, event);
|
||||
|
||||
switch (event.getAction()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче