Reset scroll position when all apps is reset

Change-Id: If0d4aa0f488e3198a17c7649e7ef9bc8a78a0cbc
This commit is contained in:
Peter Schiller
2016-07-12 15:34:14 -07:00
parent 7ed42af339
commit c529c98f11

View File

@@ -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();
}