commit | 8a79ceeb11542750dbe33c69fa0dc7765ab82306 | [log] [tgz] |
---|---|---|
author | Evan Millar <emillar@google.com> | Wed Aug 19 17:20:49 2009 -0700 |
committer | Evan Millar <emillar@google.com> | Fri Aug 21 13:23:14 2009 -0700 |
tree | 8023d68562348faf8c45ebd7ce569fc7800e02d5 | |
parent | 0d95e9a98a3161791367ca1a9550dd92f570142c [diff] |
Handle saving and communicating selected tab between View/Edit activities. EditContactActivity now accepts intents with raw_contacts instead of contacts. In addition it reports back which raw_contact was selected on exit. ViewContactActivity now saves and restores which raw_contact was currently being viewed, and uses the raw_contact reported back from EditContactActivity. The overall effect is when moving from View->Edit or Edit->View the selected tab doesn't change.