Move the all apps view back into the window with the workspace.

This commit is contained in:
Joe Onorato
2009-08-13 21:36:53 -07:00
parent 8ecdaf73e5
commit d4f43f0980
9 changed files with 100 additions and 196 deletions
@@ -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;