java.lang.IllegalStateException: Fragment has not been attached yet.

来源:11-3 多布局Section列表实现与分类列表点击事件

码_致远

2017-09-01

private void switchContent(SortContentDelegate delegate) {
   final XiaoXuDelegate contentDelegate =


           SupportHelper.findFragment(SORT_DELEGATE_PARENT.getChildFragmentManager(), 


SortContentDelegate.class);
   if (contentDelegate != null) {
       contentDelegate.getSupportDelegate().replaceFragment(delegate, false);//是否加入回退栈
   }
}



 执行findFragment时出现 java.lang.IllegalStateException: Fragment has not been attached yet.异常


写回答

1回答

ImoocZhang

2017-09-16

你好,看一下你调用的时机对不对!

0
0

Android通用框架设计与完整电商App开发

从第一行代码开始教你,通用且一键式配置的框架设计并轻松实现完整电商App

2028 学习 · 1182 问题

查看课程