You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0]
Describe the Bug:
When setting New Items but size smaller than from list before the spinner crash in notifyItemSelected IndexOutOfBoundsException because this line
"oldItem = oldIndex.takeIf { it != NO_SELECTED_INDEX }?.let { spinnerItems[oldIndex] }"
Expected Behavior:
set new items and setting old index to -1
The text was updated successfully, but these errors were encountered:
Please complete the following information:
Describe the Bug:
When setting New Items but size smaller than from list before the spinner crash in notifyItemSelected IndexOutOfBoundsException because this line
"oldItem = oldIndex.takeIf { it != NO_SELECTED_INDEX }?.let { spinnerItems[oldIndex] }"
Expected Behavior:
set new items and setting old index to -1
The text was updated successfully, but these errors were encountered: