commit | 01df6a8ee2fd0ec76bddaaa2e3e66f6e9748a4ce | [log] [tgz] |
---|---|---|
author | Fred Quintana <fredq@google.com> | Mon Oct 17 21:04:47 2011 -0700 |
committer | Fred Quintana <fredq@google.com> | Mon Oct 17 21:06:30 2011 -0700 |
tree | 3de68def197c5462aa24478b6cb2d8f2d375e117 | |
parent | 11116b80d88b72e14e4f6b7ad3ab312096f8eea5 [diff] |
fix bug where the instance saving of the ChooseTypeAndAccountActivity would only work in the case where onSaveInstanceState was called. - combined mExistingAccounts and mSavedAccounts into one field - set this field when starting the addAccount request - write this to the instance state if the request state is ADDING_ACCOUNT - read this field from the instance state, if any, when the request state is ADDING_ACCOUNT Bug: 5459669 Change-Id: I5a7b4943de8e706cc8a21ff9f54fce4258f18b19