commit | 01616cc2d4dffdca015b4b90dab2ea33234d3670 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu May 21 13:16:00 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu May 21 13:16:00 2009 -0700 |
tree | 356f8f282accdf4163b2a94e7f6e03b6cc80b110 | |
parent | a498449e2b11ed5f15e8c8fda9a429850f891434 [diff] | |
parent | d78ab096db240033ab3410b067b7260a42d50984 [diff] |
am d1874747: Merge change 2202 into donut Merge commit 'd1874747c281e3277980fe7318f9007643a25f60' * commit 'd1874747c281e3277980fe7318f9007643a25f60': 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.