Dmitry Tsyganyuk 554bb0194f 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
2012-04-02 13:19:49 -05:00
..