Merge "Avoid MotionEvent no finish raise unnecessary ANR" am: 0749905967

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1459888

Change-Id: If0eafb434e3226a2cf2727fdd7111b7b582e6fa3
This commit is contained in:
Siarhei Vishniakou
2020-10-14 22:49:50 +00:00
committed by Automerger Merge Worker

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: