You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is crashing with error IllegalStateException: FragmentManager has been destroyed
Full crash log:
Fatal Exception: java.lang.IllegalStateException: FragmentManager has been destroyed
at androidx.fragment.app.FragmentManager.B(FragmentManager.java:16)
at androidx.fragment.app.FragmentManager.generateOpsForPendingActions(FragmentManager.java)
at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:2)
at com.github.terrakok.cicerone.androidx.AppNavigator.applyCommandsSync(AppNavigator.java:2)
at com.github.terrakok.cicerone.androidx.AppNavigator$applyCommands$1.run(AppNavigator.java:2)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7562)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
The text was updated successfully, but these errors were encountered:
The app is crashing with error
IllegalStateException: FragmentManager has been destroyed
Full crash log:
The text was updated successfully, but these errors were encountered: