When an app is chosen in All Apps, tapping a workspace screen adds it to that screen.

This commit is contained in:
Patrick Dubroy
2010-09-07 17:49:27 -07:00
parent b1254a6bdb
commit 2b9ff37edb
4 changed files with 64 additions and 11 deletions
@@ -93,6 +93,7 @@ public class AllAppsPagedView extends PagedView
@Override
public void setLauncher(Launcher launcher) {
mLauncher = launcher;
mLauncher.setAllAppsPagedView(this);
}
@Override