We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I saw this issue: #222 , but I think I have another one.
So I have CalendarView with WEEKS mode. Also I have another view, where I can scroll and select another day, so after this I call:
mWeekView.setSelectedDate(calendar.getTime()); mWeekView.setCurrentDate(calendar.getTime());
but after 12 November if I try to change date to 13 November, week doesn't scroll right.
Please check this video, to understand what I'm talking about: https://www.dropbox.com/s/tqx2r0hzudvh7pz/bug_with_scroll.mov?dl=0
For all weeks before 12 November works correctly..
I used logs and double check that November 13 passed correctly to setSelectedDate...
Please let me know, if you need any other info.
Thanks.
The text was updated successfully, but these errors were encountered:
@antonkrasov Did you find any solution?
Sorry, something went wrong.
@hemant3370 not really
try using setCurrentDate()
No branches or pull requests
Hello,
I saw this issue: #222 , but I think I have another one.
So I have CalendarView with WEEKS mode. Also I have another view, where I can scroll and select another day, so after this I call:
but after 12 November if I try to change date to 13 November, week doesn't scroll right.
Please check this video, to understand what I'm talking about: https://www.dropbox.com/s/tqx2r0hzudvh7pz/bug_with_scroll.mov?dl=0
For all weeks before 12 November works correctly..
I used logs and double check that November 13 passed correctly to setSelectedDate...
Please let me know, if you need any other info.
Thanks.
The text was updated successfully, but these errors were encountered: