Merge "Reset scroll position when all apps is reset" into ub-launcher3-calgary

This commit is contained in:
Peter Schiller
2016-07-12 22:39:33 +00:00
committed by Android (Google) Code Review

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