commit | 64f2b1738aec67b7814e27e6a13f35b38035ae0c | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Mon Mar 11 11:40:31 2013 -0700 |
committer | Craig Mautner <cmautner@google.com> | Mon Mar 11 11:40:31 2013 -0700 |
tree | 502d0706a166996b6bd4006ac5016a22ca3c0842 | |
parent | 5aae35d8e4ff9c9bdb92624d6ca5d5eb3df33d0c [diff] |
Add ActivityStack to PendingActivityLaunch The task used by doPendingActivityLaunches is not known at the time that the PendingActivityLaunch is created. Leading to an NPE. Adding the ActivityStack to the PAL fixes this. Fixes bug 8351149. Change-Id: I64539b8f2e608128ef9d795c0739ef1de7a246d0