Merge "Avoid MotionEvent no finish raise unnecessary ANR"

This commit is contained in:
Siarhei Vishniakou
2020-10-14 22:17:19 +00:00
committed by Gerrit Code Review

View File

@@ -321,7 +321,7 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
jboolean(focusEvent->getHasFocus()),
jboolean(focusEvent->getInTouchMode()));
finishInputEvent(seq, true /* handled */);
return OK;
continue;
}
default: