commit | e1032fa194fbb9117b511e17f9cac60d61fd11f1 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Oct 01 19:51:14 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Oct 02 12:10:01 2009 -0700 |
tree | d603c16c81f77f99a3cde7bc1238db7907f8e406 | |
parent | 6c0f8cf83c2959332e2d883c211144a4b87444a0 [diff] |
Dismiss FastTrack only after calling startActivity(). When launching towards an existing task where the target activity is already at the top of that task, we triggered a check in ActivityManager that requires the caller to be in the foreground. Before this change, we dismissed the dialog before calling startActivity(), meaning that in this case the user action would result in a no-op. Fixes http://b/2162031