|
|
@@ -20,9 +20,9 @@ import java.util.List;
|
|
|
|
|
|
public class IndustryAdapter extends SecondaryListAdapter<IndustryAdapter.GroupItemViewHolder, IndustryAdapter.SubItemViewHolder> {
|
|
|
private Context mContext;
|
|
|
+ private List<Integer> mFlags;
|
|
|
private List<SecondaryListBean<String, String>> mDatas;
|
|
|
private OnSubItemClickListener mOnSubItemClickListener;
|
|
|
- private List<Integer> mFlags;
|
|
|
|
|
|
public IndustryAdapter(Context context) {
|
|
|
mContext = context;
|