arcadefire / nice-spinner

A nice spinner for Android
Apache License 2.0
2.85k stars 445 forks source link

Index out of bounds on onRestoreInstanceState #143

Open gpallas16 opened 5 years ago

gpallas16 commented 5 years ago

This exception showed up today. I think from a quick look my view model passed an empty list and then on restore I got this exception.

Caused by java.lang.IndexOutOfBoundsException Index: 0, Size: 0 java.util.ArrayList.get (ArrayList.java:437) org.angmarch.views.NiceSpinnerAdapter.getItemInDataset (NiceSpinnerAdapter.java:54) org.angmarch.views.NiceSpinner.onRestoreInstanceState (NiceSpinner.java:119)

mrtarunsaraswat commented 5 years ago

Same here I am facing this error too.