Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46e60b45 authored by Ryan Lin's avatar Ryan Lin Committed by Automerger Merge Worker
Browse files

Merge "Fix didn't bypass touch events with non-empty passthrough Region" into...

Merge "Fix didn't bypass touch events with non-empty passthrough Region" into rvc-dev am: bf82de29 am: bfb21429 am: ed32b994

Change-Id: Ic5e5d9a9987a9d5edd2a94a03f0806fcaccf616b
parents 6c67beb6 ed32b994
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -794,10 +794,6 @@ public class TouchExplorer extends BaseEventStreamTransformation
     */
    private void handleMotionEventStateDelegating(
            MotionEvent event, MotionEvent rawEvent, int policyFlags) {
        if (mGestureDetector.isMultiFingerGesturesEnabled()) {
            // Multi-finger gestures conflict with this functionality.
            return;
        }
        switch (event.getActionMasked()) {
            case MotionEvent.ACTION_DOWN: {
                Slog.e(LOG_TAG, "Delegating state can only be reached if "