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

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

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

parents 72eadbad 52a0d771
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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.");
        }