Commit a6bae431 authored by linfeng's avatar linfeng

bug修复

parent 9b256013
...@@ -52,6 +52,7 @@ public class CampFragment extends BaseFragment<CampPresenter> implements BaseQui ...@@ -52,6 +52,7 @@ public class CampFragment extends BaseFragment<CampPresenter> implements BaseQui
@BindView(R2.id.refresh) @BindView(R2.id.refresh)
SimpleRefreshLayout mSimpleRefreshLayout; SimpleRefreshLayout mSimpleRefreshLayout;
private boolean isOpen = true; private boolean isOpen = true;
private CampListAdapter campAdapter; private CampListAdapter campAdapter;
private CampTypeListAdapter campTypeListAdapter; private CampTypeListAdapter campTypeListAdapter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment