Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'"
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