diff options
Diffstat (limited to 'src/com/android/launcher2/AllAppsPagedView.java')
-rw-r--r-- | src/com/android/launcher2/AllAppsPagedView.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java index 72eeb22..be3135c 100644 --- a/src/com/android/launcher2/AllAppsPagedView.java +++ b/src/com/android/launcher2/AllAppsPagedView.java @@ -181,7 +181,6 @@ public class AllAppsPagedView extends PagedView app = new ApplicationInfo(app); mDragController.startDrag(v, this, app, DragController.DRAG_ACTION_COPY); - mLauncher.closeAllApps(true); return true; } |