Merge "Fix didn't bypass touch events with non-empty passthrough Region" into rvc-dev
This commit is contained in:
@@ -794,10 +794,6 @@ public class TouchExplorer extends BaseEventStreamTransformation
|
|||||||
*/
|
*/
|
||||||
private void handleMotionEventStateDelegating(
|
private void handleMotionEventStateDelegating(
|
||||||
MotionEvent event, MotionEvent rawEvent, int policyFlags) {
|
MotionEvent event, MotionEvent rawEvent, int policyFlags) {
|
||||||
if (mGestureDetector.isMultiFingerGesturesEnabled()) {
|
|
||||||
// Multi-finger gestures conflict with this functionality.
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
switch (event.getActionMasked()) {
|
switch (event.getActionMasked()) {
|
||||||
case MotionEvent.ACTION_DOWN: {
|
case MotionEvent.ACTION_DOWN: {
|
||||||
Slog.e(LOG_TAG, "Delegating state can only be reached if "
|
Slog.e(LOG_TAG, "Delegating state can only be reached if "
|
||||||
|
|||||||
Reference in New Issue
Block a user