Merge "Return true when keystrokes are handled in BaseKeyListener." into nyc-dev
am: 2cecbb2408
* commit '2cecbb24088afdc14e234e871e59bf9a47d1887d':
Return true when keystrokes are handled in BaseKeyListener.
This commit is contained in:
@@ -437,6 +437,7 @@ public abstract class BaseKeyListener extends MetaKeyKeyListener
|
||||
|
||||
if (handled) {
|
||||
adjustMetaAfterKeypress(content);
|
||||
return true;
|
||||
}
|
||||
|
||||
return super.onKeyDown(view, content, keyCode, event);
|
||||
@@ -470,4 +471,3 @@ public abstract class BaseKeyListener extends MetaKeyKeyListener
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user