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

Commit c529c98f authored by Peter Schiller's avatar Peter Schiller
Browse files

Reset scroll position when all apps is reset

Change-Id: If0d4aa0f488e3198a17c7649e7ef9bc8a78a0cbc
parent 7ed42af3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -290,6 +290,7 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc
     */
    public void reset() {
        // Reset the search bar and base recycler view after transitioning home
        scrollToTop();
        mSearchBarController.reset();
        mAppsRecyclerView.reset();
    }