app/src/main/java/cn/flightfeather/thirdapp/module/inspectioninfo/ProblemChangeFragment.java
@@ -33,7 +33,7 @@
import cn.flightfeather.thirdapp.R;
import cn.flightfeather.thirdapp.activity.PhotoViewerActivity;
import cn.flightfeather.thirdapp.adapter.AllRecyclerViewAdapter;
import cn.flightfeather.thirdapp.bean.Mediafile;
import cn.flightfeather.thirdapp.bean.entity.Mediafile;
import cn.flightfeather.thirdapp.bean.vo.ProblemlistVo;
import cn.flightfeather.thirdapp.util.Constant;
import cn.flightfeather.thirdapp.util.DateFormatter;
@@ -53,7 +53,7 @@
    public static final int REQUEST_CODE_SUBMIT = 11;
    private CommonApplication application;
    private ArrayList<ProblemlistVo> problemlistVos;
    private ArrayList<ProblemlistVo> problemlistVos = new ArrayList<>();
    private String fragmentType;
    private MediafileDao mediafileDao;
    private Unbinder unbinder;