summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsGridView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/AllAppsGridView.java')
-rw-r--r--src/com/android/launcher2/AllAppsGridView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/AllAppsGridView.java b/src/com/android/launcher2/AllAppsGridView.java
index 711e213dc..23d4a7adc 100644
--- a/src/com/android/launcher2/AllAppsGridView.java
+++ b/src/com/android/launcher2/AllAppsGridView.java
@@ -66,7 +66,7 @@ public class AllAppsGridView extends GridView implements AdapterView.OnItemClick
app = new ApplicationInfo(app);
mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
- mLauncher.showWorkspace();
+ mLauncher.closeAllAppsDialog(true);
mDraw = false;
invalidate();
return true;