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
Cannot show Fragment attached to a different FragmentManager. Fragment MFragment{9761232 (fd8ecaff-bafb-44d8-8431-d8f1f625a1ae) id=0x7f0901b8 com.xxx.MFragment} is already attached to a FragmentManager
version : api 'me.xuexuan:fragmentationx:1.0.6'
log:
java.lang.IllegalStateException
Cannot show Fragment attached to a different FragmentManager. Fragment MFragment{9761232 (fd8ecaff-bafb-44d8-8431-d8f1f625a1ae) id=0x7f0901b8 com.xxx.MFragment} is already attached to a FragmentManager
1 androidx.fragment.app.BackStackRecord.show(BackStackRecord.java:210)
2 me.yokeyword.fragmentation.TransactionDelegate.doShowHideFragment(TransactionDelegate.java:453)
3 me.yokeyword.fragmentation.TransactionDelegate.access$500(TransactionDelegate.java:32)
4 me.yokeyword.fragmentation.TransactionDelegate$5.run(TransactionDelegate.java:144)
5 me.yokeyword.fragmentation.queue.ActionQueue.handleAction(ActionQueue.java:53)
6 me.yokeyword.fragmentation.queue.ActionQueue.enqueueAction(ActionQueue.java:45)
7 me.yokeyword.fragmentation.queue.ActionQueue.access$000(ActionQueue.java:17)
8 me.yokeyword.fragmentation.queue.ActionQueue$1.run(ActionQueue.java:37)
9 android.os.Handler.handleCallback(Handler.java:900)
10 android.os.Handler.dispatchMessage(Handler.java:103)
11 android.os.Looper.loop(Looper.java:219)
12 android.app.ActivityThread.main(ActivityThread.java:8349)
13 java.lang.reflect.Method.invoke(Native Method)
14 com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
15 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1055)
The text was updated successfully, but these errors were encountered: