-
Notifications
You must be signed in to change notification settings - Fork 367
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
InAppFragment crash #400
Comments
same here ... on v 4.9.0 ... any fix for this in any later build or any idea or update? |
@klemzy how's it going :D We also stumbled across this issue in a Segment-provided mixpanel bundled sdk (4.5.2) Fatal Exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState |
This issue (OP's) still seems to occur with version 5.1.3 of the library - I've just received a crash report for a Nexus 7 running Android 6.0.1:
Please do let me know if there's any further information I can provide that would be of use. |
hopefully this fixes it 98bb530 :) |
We have detected the following crash in one of our apps:
Fatal Exception: java.lang.IllegalStateException: Activity has been destroyed at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1450) at android.app.BackStackRecord.commitInternal(BackStackRecord.java:687) at android.app.BackStackRecord.commit(BackStackRecord.java:663) at com.mixpanel.android.mpmetrics.InAppFragment.remove(InAppFragment.java:250) at com.mixpanel.android.mpmetrics.InAppFragment.access$000(InAppFragment.java:45) at com.mixpanel.android.mpmetrics.InAppFragment$1.run(InAppFragment.java:77) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:158) at android.app.ActivityThread.main(ActivityThread.java:7225) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
The text was updated successfully, but these errors were encountered: