Merge "Jump to the nearest page to launch when swiping down on shelf" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-19 23:48:40 +00:00
committed by Android (Google) Code Review
@@ -75,7 +75,8 @@ public final class PortraitOverviewStateTouchHelper {
* @return the animation
*/
PendingAnimation createSwipeDownToTaskAppAnimation(long duration) {
TaskView taskView = mRecentsView.getTaskViewAt(mRecentsView.getNextPage());
mRecentsView.setCurrentPage(mRecentsView.getPageNearestToCenterOfScreen());
TaskView taskView = mRecentsView.getTaskViewAt(mRecentsView.getCurrentPage());
if (taskView == null) {
throw new IllegalStateException("There is no task view to animate to.");
}