jjobes / SlideDateTimePicker

A combined DatePicker and TimePicker in a DialogFragment for Android
Apache License 2.0
836 stars 235 forks source link

Set Mini Date (Time is larger than current TIME) Ouccrs Crash #48

Open crowsiao opened 6 years ago

crowsiao commented 6 years ago

Hi there, actually I think this is not this projects problem, but I really need help with this. When I set a mini-date like (2017-11-15 15:15:15) and initial date (2017-11-17 13:13:13), it will crash and shows error reminds mini-date above is larger than (2017-11-15 13:13:13). It feels like when setting mini-date the datepicker re-initialed an new date then compare with mini-date. Do you have any idea about this? Currently I cannot set mini time over real-time.