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