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

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

Merge "Removing scrolling to 0" into ub-launcher3-edmonton

parents 173765b4 f8f126c0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ public abstract class RecentsView<T extends BaseActivity>

        unloadVisibleTaskData();
        setCurrentPage(0);
        scrollTo(0, 0);

        OverviewCallbacks.get(getContext()).onResetOverview();
    }