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

Commit a6909d12 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Guard TrackpadStatusBarInputConsumer with canStartSystemGesture" into udc-qpr-dev

parents a2d86286 60d56f24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@ public class TouchInteractionService extends Service
            }

            if (ENABLE_TRACKPAD_GESTURE.get() && mGestureState.isTrackpadGesture()
                    && !previousGestureState.isRecentsAnimationRunning()) {
                    && canStartSystemGesture && !previousGestureState.isRecentsAnimationRunning()) {
                reasonString = newCompoundString(reasonPrefix)
                        .append(SUBSTRING_PREFIX)
                        .append("Trackpad 3-finger gesture, using TrackpadStatusBarInputConsumer");