kufu-ai / DecorateCalendarView

Simple customizable calendar view for Android.
Apache License 2.0
56 stars 10 forks source link

Calender is Disappering #10

Open RahulHawge opened 7 years ago

RahulHawge commented 7 years ago

screenshot_2017-07-19-08-39-37 1 The calendar is disappearing if i update the appcompat library from 'com.android.support:appcompat-v7:21.0.0' to 'com.android.support:appcompat-v7:25.3.1' in gradle file.

Please let me know why is this issue?

tinhtinhcd commented 7 years ago

i found exception throw from this method private void setDefaultTitleAndMovePage() { Calendar calendar = Calendar.getInstance(); // The previous is 2 years, the future is 2 years and current year. int defaultPosition = 12 * 2 + calendar.get(Calendar.MONTH); mMonthPager.setCurrentItem(defaultPosition, false); }

after comment the last line, the calendar come but title not update.