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

Commit 52a0d771 authored by Tony's avatar Tony
Browse files

Jump to the nearest page to launch when swiping down on shelf

Bug: 78240090
Change-Id: I1e26f66242fa3b45a4b6241721f0ff0465770aaf
parent de0093df
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.");
        }