-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setCalendarDisplayMode(CalendarMode.WEEKS) wrong week when Date selected #222
Comments
its not working even if i set to Sunday .. on lollipop and above. problem with setCurrentDate eg: |
Same bug on marshmallow, but week switches to the desired week if setCurrentTime set for Sunday |
Adding |
@joecizac Thanks for your answer we are going to check that out |
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! |
The issue still persists in nexus 5 running on 6.0.1...dunno why... |
yes issue still persists in marshmallow ... i have use a hack to scroll the pager in Week view. its working fine in lollipop and below i think |
And the problem aggravates with setMaximumDate |
@joecizac @victorileaf Can you provide full details on the MCV configuration you are using to repro this issue? Also, we encourage you to try out the |
|
For 1.3.0 and below, you should call Setting EDIT: Was able to repro issue using today (05/25/16) with the above params. Bug is still present in |
The issue is with Marshmallow and N preview. |
No, it's not platform specific. I can repro this even on a 5.1 device. This snippet will break on
|
So this bug should be re-opened right? |
It has already been reopened. |
Fixed in |
I still have this issue on 1.4.0 when using monday as firstDayOfWeek |
issue in marshmallow and above selecting wrong week..and i don't want set max date.. |
When you "collapse" the Calendar with .setCalendarDisplayMode(CalendarMode.WEEKS), the week displayed is one week to early, when using Monday as first day of the week. (Only working when i select the Sunday)
[BUG]
The text was updated successfully, but these errors were encountered: