| commit | d78ab096db240033ab3410b067b7260a42d50984 | [log] [tgz] |
|---|---|---|
| author | Android (Google) Code Review <android-gerrit@google.com> | Thu May 21 13:14:12 2009 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 21 13:14:12 2009 -0700 |
| tree | 93b2b344788e9b6fbbaf543c79bed59c6b90b873 | |
| parent | 46e2597e88e0f372ec704f80d6776e70e2bedbf8 [diff] | |
| parent | 1c4b60c2f25189681474b6adf0286c69247e0f21 [diff] |
Merge change 2202 into donut * changes: Fixes external http://code.google.com/p/android/issues/detail?id=2732. ExpandableListView is wrongly assuming that the saved state if of the correct type. A similar bug fix was made in TextView.onRestoreInstanceState() a while ago. This fix simply ensures that the state received is of the right type.