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

[SOLVED] IllegalStateException: Handling non empty state of parent class is not implemented #15

Open
trifagabriel opened this issue Mar 27, 2022 · 0 comments

Comments

@trifagabriel
Copy link

If you're getting the [IllegalStateException: Handling non empty state of parent class is not implemented] crash, you can solve it by adding this line in your activity/fragment, where the agenda calendar view is instantiated. Most probably to happen on Android O, Google phones.

agendaCalendarView.getAgendaView().getAgendaListView().setSaveEnabled(false);

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

1 participant