Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'" am: c2bc642bbc
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1893001 Change-Id: I4b62453a14646a26b5d310e4c5c5f356bd4a4708
This commit is contained in:
@@ -447,10 +447,6 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
|
||||
skipCallbacks = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (skipCallbacks) {
|
||||
mInputConsumer.sendFinishedSignal(seq, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user