summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/launcher3/Launcher.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java
index 0b9398ea3..169be38b5 100644
--- a/src/com/android/launcher3/Launcher.java
+++ b/src/com/android/launcher3/Launcher.java
@@ -1098,6 +1098,7 @@ public class Launcher extends Activity
// switch to another app, otherwise, if it was
showAppsView(false /* animated */, false /* resetListToTop */,
!launchedFromApp /* updatePredictedApps */, false /* focusSearchBar */);
+ mWorkspace.setVisibility(View.INVISIBLE);
} else if (mOnResumeState == State.WIDGETS) {
showWidgetsView(false, false);
}