commit | 2b9ff37edb3f5965559b3ff7d37e418b4a2917a1 | [log] [tgz] |
---|---|---|
author | Patrick Dubroy <dubroy@google.com> | Tue Sep 07 17:49:27 2010 -0700 |
committer | Patrick Dubroy <dubroy@google.com> | Wed Sep 08 10:38:54 2010 -0700 |
tree | 8bf504b523b7ad28307e306bd57a52a002afe4c5 | |
parent | b1254a6bdb11024042fb6c27e179210c1bbd6e1c [diff] [blame] |
When an app is chosen in All Apps, tapping a workspace screen adds it to that screen.
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java index 074a098..b1275b8 100644 --- a/src/com/android/launcher2/AllAppsPagedView.java +++ b/src/com/android/launcher2/AllAppsPagedView.java
@@ -93,6 +93,7 @@ @Override public void setLauncher(Launcher launcher) { mLauncher = launcher; + mLauncher.setAllAppsPagedView(this); } @Override