Last active
January 2, 2020 20:32
-
-
Save waseefakhtar/5beca675d7e8486d88d2da32215306c6 to your computer and use it in GitHub Desktop.
Demystifying Android's FragmentTransaction and solving "Can not perform this action after onSaveInstanceState"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState | |
at android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1341) | |
at android.support.v4.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1352) | |
at android.support.v4.app.BackStackRecord.commitInternal(BackStackRecord.java:595) | |
at android.support.v4.app.BackStackRecord.commit(BackStackRecord.java:574) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment