commit | d1874747c281e3277980fe7318f9007643a25f60 | [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 | f09588d179344e479a4a650a470b72a8e7713ef9 | |
parent | f84d654cf9cf7ce3694ebb6913d78edd868d49fb [diff] | |
parent | 7444e147a863b41e08815658f1bcbe426aba512b [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.