wdullaer / MaterialDateTimePicker

Pick a date or time on Android in style
Apache License 2.0
4.67k stars 949 forks source link

DatePickerDialog resets to selected date's month when changing selectableDays #743

Open sediavindivoh opened 2 years ago

sediavindivoh commented 2 years ago

I opened a stack overflow question with full issue details.

Essentially, when changing datePickerDialog.selectableDays with the dialog box already open to a month that has no selectable days within it, the datePickerDialog box will jump back to the last month that had selectable dates.

Perhaps there's a workaround for my issue? Any help would be appreciated.