SpongeBobSun / mCalendarView

Customizable & Shrinkable Calendar Widget for Android
Apache License 2.0
243 stars 73 forks source link

travelTo() does not work in shrink mode #84

Open saddahussain opened 4 years ago

saddahussain commented 4 years ago

expCalendarView.travelTo(new DateData(2016 , 5, 5));

this does not work in shrink view. When I set date to first week, it moves to that properly. When I set date to any other date it moves to the month but does not show the date.