riku
2021-02-25 e102578ebfc95c27aeb13dce13fb82af53a2bead
app/src/main/java/cn/flightfeather/thirdapp/module/MainActivity.java
@@ -20,7 +20,7 @@
import cn.flightfeather.thirdapp.CommonApplication;
import cn.flightfeather.thirdapp.R;
import cn.flightfeather.thirdapp.bean.Subtask;
import cn.flightfeather.thirdapp.bean.entity.Subtask;
import cn.flightfeather.thirdapp.bean.vo.ProblemlistVo;
import cn.flightfeather.thirdapp.business.widgettype2.HomeFragment_comptent;
import cn.flightfeather.thirdapp.business.widgettype3.HomeFragment_scene;
@@ -185,7 +185,7 @@
                fragmentTransaction.show(fragmentList.get(position));
            }
            fragmentCurrent = fragmentList.get(position);
            fragmentTransaction.commit();
            fragmentTransaction.commitAllowingStateLoss();
        }
    }