Open gpallas16 opened 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)
Same here I am facing this error too.
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)