Skip to content
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

Calender is Disappering #10

Open
RahulHawge opened this issue Jul 19, 2017 · 1 comment
Open

Calender is Disappering #10

RahulHawge opened this issue Jul 19, 2017 · 1 comment

Comments

@RahulHawge
Copy link

RahulHawge commented Jul 19, 2017

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants