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

Commit e010332e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable free scroll immediately if gesture goes to overview" into sc-dev

parents 1eea5229 6a5920c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1730,6 +1730,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
            // When switching to tasks in quick switch, ensures the snapped page's scroll maintain
            // invariant between quick switch and overview, to ensure a smooth animation transition.
            updateGridProperties();
        } else if (endTarget == GestureState.GestureEndTarget.RECENTS) {
            setEnableFreeScroll(true);
        }
    }