Fragmentation icon indicating copy to clipboard operation
Fragmentation copied to clipboard

A powerful library that manage Fragment for Android

Results 31 Fragmentation issues
Sort by recently updated
recently updated
newest added

# Issues Guideline Following information can help us to resolve the issue faster. * Library version * Support-v4 version * Logs * Screenshots **In addition, we do not accept issues...

大佬,这种问题请您能不能告诉下怎么定位? 我是修改的以前同事的项目,他用的YoKeyword的fragment开源库,fragment的adapter是在线资源,我换了在线资源,fragment就显示不出来,fragment的onSupportVisible有被回调。

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 ...

# Issues Guideline Following information can help us to resolve the issue faster. * Library version 1.0.6 * Support-v4 version * Logs * Screenshots **In addition, we do not accept...

在demo的wechat模块中,连续启动多个CyclerFragment后,然后侧滑返回,会直接回到初始的fragment,而不是一级一级逐步返回

代码里除了用Fragmentation框架,还有个模块,单独用了一个activity,想问下有没有办法从这个单独的activity跳转到Fragmentation框架里的某个fragment。

private boolean isThrottleBACK(Action action) { if (action.action == Action.ACTION_BACK) { Action head = mQueue.peek(); if (head != null && head.action == Action.ACTION_POP) { return true; } } return false; }

# Issues Guideline Following information can help us to resolve the issue faster. * Library version * Support-v4 version * Logs * Screenshots **In addition, we do not accept issues...

* Library version 1.0.6 * androidx.fragment:fragment:1.2.5 * code `Activity.popTo(H5Fragment.class, true, null, 0);` * Logs java.lang.IllegalStateException: Views added to a FragmentContainerView must be associated with a Fragment. View me.yokeyword.fragmentation.TransactionDelegate$16{78ce990 V.E...... ......I....

当嵌套层级深时,出现AccessibilityManager或者InputMethodManager报内存泄漏,希望能解决这个问题