commit | 554bb0194f1f4fcc91834eaaf2efb300cf32f693 | [log] [tgz] |
---|---|---|
author | Dmitry Tsyganyuk <fdt017@motorola.com> | Mon Apr 02 13:10:52 2012 -0500 |
committer | Dmitry Tsyganyuk <fdt017@motorola.com> | Mon Apr 02 13:19:49 2012 -0500 |
tree | 7cd7effa6e94732943b760bed51461d760b10d56 | |
parent | 8ea93aa6adc0e46c8931d31d4f940cdde97c672f [diff] |
Possible NullPointerException in restorePanelState curFeatureId is just an index in a cycle and can not be used for getting an object. May get null that will cause NullPointerException. Solution is to use key to get an object from icicles. Change-Id: I61d5c6bd1c3226a993f60efa74872995ba0e42ac