Commit b45abd57d25d2de6078a7309aeb52b7200c162b2
1 parent
17585259
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/report/ChengZhangFragment.java
... | ... | @@ -18,9 +18,7 @@ import com.shunzhi.parent.R; |
18 | 18 | import com.shunzhi.parent.adapter.ReportAdapter; |
19 | 19 | import com.shunzhi.parent.bean.ReportBean; |
20 | 20 | import com.shunzhi.parent.contract.report.ReportContract; |
21 | -import com.shunzhi.parent.popu.ShaiXuanPop; | |
22 | 21 | import com.shunzhi.parent.presenter.report.ReportPresenter; |
23 | -import com.shunzhi.parent.ui.activity.report.ReportSceneActivity; | |
24 | 22 | |
25 | 23 | import java.util.List; |
26 | 24 | |
... | ... | @@ -61,9 +59,6 @@ public class ChengZhangFragment extends BaseMVPCompatFragment<ReportContract.Rep |
61 | 59 | @Override |
62 | 60 | public void initUI(View view, @Nullable Bundle savedInstanceState) { |
63 | 61 | |
64 | - ReportSceneActivity.getInstance(getActivity(),3); | |
65 | - | |
66 | - | |
67 | 62 | layout_report = view.findViewById(R.id.layout_report); |
68 | 63 | recyclerView = view.findViewById(R.id.recycle_report); |
69 | 64 | layout_kaoqin = view.findViewById(R.id.layout_kaoqin); | ... | ... |