commit | b0ae27f4e10a9e5fe56b9ca549718051fe342bba | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Tue Jun 23 13:47:31 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Tue Jun 23 13:47:31 2009 +0100 |
tree | b86b8215822e0c40201c489db6ffb4bc9d909a77 | |
parent | 4fb69770e70352c987cc79414db7a03b52296ca7 [diff] |
Store correct state in SearchDialog.onSaveInstanceState() Adds this to the instance state bundle: - mStoredComponentName - mStoredAppSearchData - mPreviousComponents All the UI selection fields that were previously saved were removed. It's not necessarily useful to restore the selection, and it's hard to get right. The old code was buggy (see http://b/issue?id=1911660) and did not restore the list selection because that's quite hard. Fixes http://b/issue?id=1926174