Merge "Avoid MotionEvent no finish raise unnecessary ANR" into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
99c3a3f697
@@ -321,7 +321,7 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
|
|||||||
jboolean(focusEvent->getHasFocus()),
|
jboolean(focusEvent->getHasFocus()),
|
||||||
jboolean(focusEvent->getInTouchMode()));
|
jboolean(focusEvent->getInTouchMode()));
|
||||||
finishInputEvent(seq, true /* handled */);
|
finishInputEvent(seq, true /* handled */);
|
||||||
return OK;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user