mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Use movement on the trackpad instead of on screen for trackpad gestures used for gesture nav
Bug: 254783214 Test: https://recall.googleplex.com/projects/3388b17c-d22f-46f8-b140-a102690377b4/sessions/f3311fbc-d8cf-4f19-b83c-8626aa285452 Change-Id: Iad2da5831af85dd3647e1e31b42fea0a6302b49c
This commit is contained in:
@@ -231,7 +231,7 @@ public class OverviewCommandHelper {
|
||||
public void onRecentsAnimationStart(RecentsAnimationController controller,
|
||||
RecentsAnimationTargets targets) {
|
||||
activityInterface.runOnInitBackgroundStateUI(() ->
|
||||
interactionHandler.onGestureEnded(0, new PointF(), new PointF()));
|
||||
interactionHandler.onGestureEnded(0, new PointF()));
|
||||
cmd.removeListener(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user