aminography / PrimeDatePicker

PrimeDatePicker is a tool that provides picking a single day, multiple days, and a range of days.
Apache License 2.0
471 stars 52 forks source link

Hot fix/fix range stuck when to selected first #66

Open KhaledAlramam opened 2 years ago

KhaledAlramam commented 2 years ago

On range picker, If you select "To" before selecting StartDate the whole bottom sheet gets frozen

Temp fix: Added nullability check on the Start Date before invoking "To" ClickListener