SimplicityApks / ReminderDatePicker

A Google Keep-like Date and Time Picker for reminders
Apache License 2.0
74 stars 26 forks source link

Spinner selection removing items #1

Closed SimplicityApks closed 10 years ago

SimplicityApks commented 10 years ago

When a temporary item is selected, calling adapter.remove() (or maybe other methods as well) will mess up the selection in some strange way, even when setting it to other values before. So setSelectionQuietly() is not working properly and calling removeAdapterItemAt() multiple times will end up selecting the footer. Only workaround is resetting the selection to 0 before.

SimplicityApks commented 10 years ago

Seems to be fixed after commits 9b53d94071fa1f0a537d11dee9d22417c3a5fb42 and 5ac53223541fb171fb57843bd40a0b33629ba6bf.