-
Notifications
You must be signed in to change notification settings - Fork 126
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
IllegalStateException: Can not perform this action after onSaveInstanceState #27
Comments
Fixed. 21c032a |
Your patch is not working correctly. You are catching on NullPointerException, while the exception you want to catch is a IllegalStateException. |
Did you tried? |
Yes, I still get bug reports on this one. Look at the stack trace on first post. It is a IllegalStateException. |
Does it works? @bjorncs |
I haven't been able to get it tested out live yet. Anyway, I propose we just close this issue, as this fix should obviously work. |
The looks like the Dialog class does not play well with its parent activity's life-cycle. I got following crash when the UpdateChecker tried to open a dialog in an activity that was already closed:
The text was updated successfully, but these errors were encountered: