Quivr / Android-Week-View

Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Apache License 2.0
257 stars 64 forks source link

Week View does not go to specified date when rendering 7 visible days #58

Closed udaysrinath closed 6 years ago

udaysrinath commented 6 years ago

This works:

weekView.setNumberOfVisibleDays(6); weekView.goToDate(currentCalDate);

This does NOT work:

weekView.setNumberOfVisibleDays(7); weekView.goToDate(currentCalDate);

This is off by 7 days, pointing to the previous week. Also, every time I rotate, it keeps going back a week, which is weird.

Could you please take a look at this issue? (Reference to the original issue : https://github.com/alamkanak/Android-Week-View/issues/445)

udaysrinath commented 6 years ago

Looks resolved in this new fork! 👍 Closing Issue.