Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'"

This commit is contained in:
Treehugger Robot
2021-12-15 18:59:39 +00:00
committed by Gerrit Code Review

View File

@@ -447,10 +447,6 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
skipCallbacks = true; skipCallbacks = true;
} }
} }
if (skipCallbacks) {
mInputConsumer.sendFinishedSignal(seq, false);
}
} }
} }