Bugsense https://www.bugsense.com/dashboard/project/98c9e403/errors/809088042
java.lang.RuntimeException: Unable to destroy activity {net.lp.collectionista/net.lp.collectionista.ui.activities.CollectionistaMultiPaneWindow}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3538)
at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:3556)
at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3756)
at android.app.ActivityThread.access$800(ActivityThread.java:150)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1286)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:175)
at android.app.ActivityThread.main(ActivityThread.java:5279)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
at dalvik.system.NativeStart.main(Native Method)Caused by: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at android.support.v4.app.FragmentManagerImpl.void checkStateLoss()(Collectionista:1343)
at android.support.v4.app.FragmentManagerImpl.void enqueueAction(java.lang.Runnable,boolean)(Collectionista:1361)
at android.support.v4.app.BackStackRecord.int commitInternal(boolean)(Collectionista:595)
at android.support.v4.app.BackStackRecord.int commit()(Collectionista:574)
at android.support.v4.app.DialogFragment.void dismissInternal(boolean)(Collectionista:189)
at android.support.v4.app.DialogFragment.void dismiss()(Collectionista:155)
at net.lp.collectionista.ui.activities.CollectionistaMultiPaneWindow.void onDestroy()(Collectionista:477)
at android.app.Activity.performDestroy(Activity.java:5452)
at android.app.Instrumentation.callActivityOnDestroy(Instrumentation.java:1127)
at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:3525)
... 12 more
Moves dailog fragments dismisses in CollectionistaM ultiPaneWindow to onPause.