You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducible by creating a RV of MCVs, setting them to Week mode, and scrolling them off screen to trigger CalendarPagerAdapter#getItemPosition and calling setMinimumDate(today) during onBind. As of 05/10/2016, on creation the calendar shows week of 05/04 - 05/10, but scroll through and it will rebind as 04/27 - 05/03. This is because month mode would have shown minDate as 04/27 (which is correct) but week mode has no intelligent way of setting a narrower minDate at the moment.
The text was updated successfully, but these errors were encountered:
This issue has been fixed and is available in the 1.3 snapshot. Stay tuned for the next release.You can try the 1.3 snapshot with the instructions in README. Enjoy and report issues!
#285 #291
Reproducible by creating a RV of MCVs, setting them to Week mode, and scrolling them off screen to trigger
CalendarPagerAdapter#getItemPosition
and callingsetMinimumDate(today)
duringonBind
. As of 05/10/2016, on creation the calendar shows week of 05/04 - 05/10, but scroll through and it will rebind as 04/27 - 05/03. This is because month mode would have shownminDate
as 04/27 (which is correct) but week mode has no intelligent way of setting a narrower minDate at the moment.The text was updated successfully, but these errors were encountered: