app/src/main/java/cn/flightfeather/thirdapp/module/MainActivity.java
@@ -20,12 +20,12 @@
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;
import cn.flightfeather.thirdapp.module.home.HomeFragment_comptent;
import cn.flightfeather.thirdapp.module.home.HomeFragment_scene;
import cn.flightfeather.thirdapp.dataanalysis.AnalysisOverViewFragment;
import cn.flightfeather.thirdapp.fragment.HomeFragment;
import cn.flightfeather.thirdapp.module.home.HomeFragment;
import cn.flightfeather.thirdapp.fragment.SettingFragment;
import cn.flightfeather.thirdapp.fragment.TaskFragment;
import cn.flightfeather.thirdapp.module.inspection.InspectionFragment;
@@ -185,7 +185,7 @@
                fragmentTransaction.show(fragmentList.get(position));
            }
            fragmentCurrent = fragmentList.get(position);
            fragmentTransaction.commit();
            fragmentTransaction.commitAllowingStateLoss();
        }
    }