* commit 'a281be67030a834d455a84ce62c173140564211a': Allow InputEvents to propagate w/o IME
This commit is contained in:
@@ -3722,7 +3722,8 @@ public final class ViewRootImpl implements ViewParent,
|
|||||||
if (result == InputMethodManager.DISPATCH_HANDLED) {
|
if (result == InputMethodManager.DISPATCH_HANDLED) {
|
||||||
return FINISH_HANDLED;
|
return FINISH_HANDLED;
|
||||||
} else if (result == InputMethodManager.DISPATCH_NOT_HANDLED) {
|
} else if (result == InputMethodManager.DISPATCH_NOT_HANDLED) {
|
||||||
return FINISH_NOT_HANDLED;
|
// The IME could not handle it, so skip along to the next InputStage
|
||||||
|
return FORWARD;
|
||||||
} else {
|
} else {
|
||||||
return DEFER; // callback will be invoked later
|
return DEFER; // callback will be invoked later
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user