如何将requestCode从一个片段发送到另一个片段,以便在Kotlin中如何实现

时间:2018-06-07 08:03:43

标签: android kotlin

我是这样想的 但这给了我错误

代码

Fragment EditSubCategoryFragment{359a98c #3 id=0x7f090094} declared target fragment EditCategoryFragment{d1e08d5} that does not belong to this FragmentManager!

1 个答案:

答案 0 :(得分:0)

如果你有太多片段需要处理,我建议使用EvenBus进行通信 https://github.com/greenrobot/EventBus