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
java.lang.IllegalStateException: FragmentManager is already executing transactions
at androidx.fragment.app.FragmentManager.ensureExecReady(FragmentManager.java:1636)
at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1695)
at androidx.fragment.app.FragmentManager.executePendingTransactions(FragmentManager.java:564)
at com.github.terrakok.cicerone.androidx.AppNavigator.applyCommands(AppNavigator.kt:25)
The text was updated successfully, but these errors were encountered:
Or maybe Handler(Looper.getMainLooper()) with handler.post {navigator.applyCommands(arrayOf(Replace(screen = screen)))}, for more save using this method without taking view reference
The text was updated successfully, but these errors were encountered: