From fe70926e116fca0d84b3642aae3fe6c68d6c7264 Mon Sep 17 00:00:00 2001 From: Yvonne Wong Date: Mon, 30 Nov 2015 15:32:16 -0800 Subject: Reimplement CM Settings Overview Panel in the new Launcher Part 2 - Enables hiding the search bar from the workspace - Adds a reload launcher flag to reload only during onResume or newIntent if needed Change-Id: I0feb279f9003b268b5a129cef40d3665787ee451 --- src/com/android/launcher3/allapps/AllAppsContainerView.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com/android/launcher3/allapps') diff --git a/src/com/android/launcher3/allapps/AllAppsContainerView.java b/src/com/android/launcher3/allapps/AllAppsContainerView.java index 76f47c572..0a94be766 100644 --- a/src/com/android/launcher3/allapps/AllAppsContainerView.java +++ b/src/com/android/launcher3/allapps/AllAppsContainerView.java @@ -229,6 +229,9 @@ public class AllAppsContainerView extends BaseContainerView implements DragSourc updateScrubber(); } + /** + * Resets the existing apps in the list + */ public void reset() { List apps = mApps.getApps(); updateApps(apps); -- cgit v1.2.3