java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by philipwhiuk
, 1 year agovia GitHub by cketti
, 1 year agovia GitHub by door43app
, 2 years agovia GitHub by door43app
, 2 years agovia GitHub by fred-ye
, 1 year agovia Stack Overflow by suku
, 1 year agojava.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1434)
at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1452)
at android.app.BackStackRecord.commitInternal(BackStackRecord.java:707)
at android.app.BackStackRecord.commit(BackStackRecord.java:671)
at android.app.DialogFragment.dismissInternal(DialogFragment.java:301)
at android.app.DialogFragment.dismiss(DialogFragment.java:267)
at com.fsck.k9.ui.messageview.MessageViewFragment.removeDialog(MessageViewFragment.java:551)
at com.fsck.k9.ui.messageview.MessageViewFragment.access$200(MessageViewFragment.java:55)
at com.fsck.k9.ui.messageview.MessageViewFragment$3.run(MessageViewFragment.java:648)