commit | c529c98f1109c230732966c73119bb2bdaabc663 | [log] [tgz] |
---|---|---|
author | Peter Schiller <peterschiller@google.com> | Tue Jul 12 15:34:14 2016 -0700 |
committer | Peter Schiller <peterschiller@google.com> | Tue Jul 12 15:36:47 2016 -0700 |
tree | 9090d2cf9c4c40c27c7dba440e9f77e3676df335 | |
parent | 7ed42af3398c1764424ebbf2dd6e2a51e05eaf5f [diff] |
Reset scroll position when all apps is reset Change-Id: If0d4aa0f488e3198a17c7649e7ef9bc8a78a0cbc
diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index 717ce74..60b5e15 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java
@@ -290,6 +290,7 @@ */ public void reset() { // Reset the search bar and base recycler view after transitioning home + scrollToTop(); mSearchBarController.reset(); mAppsRecyclerView.reset(); }