muraee / Horizontal-Calendar

A material horizontal calendar view for Android based on RecyclerView
Apache License 2.0
1.21k stars 230 forks source link

Current Date selection listener not working #131

Open abbasalill opened 3 years ago

abbasalill commented 3 years ago

Hi on Selection on current date after selecting another date. It is not working. Rest is fine. Please update library

dharmesh-om commented 3 years ago

yes same issue, when i am selecting 7 dates number on screen... then selection on current date after selecting another date is not working...

for 5 dates number on screen, its working fine...

Please check and update for 7 days on screen

asifali9145 commented 2 years ago

on setCalendarListener() date.getTime() return actual date which is clicked but on display its show next day which is clicked. means if I clicked 7 it display 8 on screen , is there any solution? to show right selected value.