Loading src/com/android/launcher3/allapps/AllAppsContainerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
src/com/android/launcher3/allapps/AllAppsContainerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading