Collapsible-Calendar-View-Android
Collapsible-Calendar-View-Android copied to clipboard
Calendar view not updated after calling Calendar.Select method
Calendar view not refreshed after calling Calendar.select(Day) method.
Expected behavior and actual behavior:
- By default, the calendar is showing the current month and selected the current date. (Ex: Nov 10)
- I will navigate the calendar from the current month to next month (But now the selected date is Nov 10 and showing the calendar for December)
- Now, If I set the Date like Calendar.select(Day) for the previous month (10th Nov 2018) or next month (10th Jan 2019) it set the date correctly but the calendar view not refreshed.
Kindly let me know is there any issue or any workaround for this issue. Thanks in advance.