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:
committed by
Automerger Merge Worker
commit
036d89cd7d
@@ -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