commit | 7444e147a863b41e08815658f1bcbe426aba512b | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu May 21 12:54:16 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Thu May 21 12:54:16 2009 -0700 |
tree | cec7c3ec85da77fa41c9bd9c344a9eb68eff6fed | |
parent | 8c690ea9976d644db3c96eddbbbd2d50eac56913 [diff] |
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.