Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'" am: c2bc642bbc am: 886e51b06b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1893001 Change-Id: If621891f8d4ea9d97724d0b0a979f3aa5dafd2e3
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