heysupratim / material-daterange-picker

A material Date Range Picker based on wdullaers MaterialDateTimePicker
Apache License 2.0
1.33k stars 266 forks source link

Listeners returns boolean indicatinng should the dialog be closed #74

Closed clzola closed 5 years ago

clzola commented 7 years ago

I found that in my use case when TO date is behind FROM date I should show toast message and do not close dialog, instead let the user modify his/her input. So I have modified OnDateSetListener and onTimeSetListener so they return boolean indicating should the dialog be dismissed or not.

heysupratim commented 5 years ago

Because this use case is so niche, I sadly cannot put this into the general library. But thanks again for the PR