Merge "Avoid MotionEvent no finish raise unnecessary ANR" am: 0749905967 am: 036d89cd7d am: aa5360b66e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1459888 Change-Id: I9d65c7889650df64f1cf122cfa9f6ba38dc4acbb
This commit is contained in:
committed by
Automerger Merge Worker
commit
6b297e943b
@@ -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