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

Commit 9e94793b authored by Tony Wickham's avatar Tony Wickham
Browse files

Always set mPassedInitialSlop = true in onQuickStep()

This way we always start tracking the window when the system tells
us to, if we're not already.

Change-Id: Id9c1f0d9672f43d877f114839b1489a83ac713ef
parent 238f324e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -383,9 +383,9 @@ public class OtherActivityTouchConsumer extends ContextWrapper implements TouchC
            // Deferred gesture, start the animation and gesture tracking once we pass the actual
            // touch slop
            startTouchTrackingForWindowAnimation(ev.getEventTime());
        }
        mPassedInitialSlop = true;
        mStartDisplacement = getDisplacement(ev);
        }
        notifyGestureStarted();
    }