From c529c98f1109c230732966c73119bb2bdaabc663 Mon Sep 17 00:00:00 2001 From: Peter Schiller Date: Tue, 12 Jul 2016 15:34:14 -0700 Subject: Reset scroll position when all apps is reset Change-Id: If0d4aa0f488e3198a17c7649e7ef9bc8a78a0cbc --- src/com/android/launcher3/allapps/AllAppsContainerView.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index 717ce74c7..60b5e1517 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java @@ -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(); } -- cgit v1.2.3