Merge "Enable free scroll immediately if gesture goes to overview" into sc-dev am: e010332efd
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14425538 Change-Id: I0ce2a9895a70c9478993369fbf850305b1926e21
This commit is contained in:
@@ -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
|
// 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.
|
// invariant between quick switch and overview, to ensure a smooth animation transition.
|
||||||
updateGridProperties();
|
updateGridProperties();
|
||||||
|
} else if (endTarget == GestureState.GestureEndTarget.RECENTS) {
|
||||||
|
setEnableFreeScroll(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user