修复:
修复测试问题
This commit is contained in:
parent
2ae166a426
commit
9cd44c592c
@ -20,7 +20,11 @@ public class VerticalPagerAdapter extends androidx.viewpager.widget.PagerAdapter
|
|||||||
private Activity mContext;
|
private Activity mContext;
|
||||||
private int mPosition;
|
private int mPosition;
|
||||||
|
|
||||||
|
// public void upDataBg(List<AnchorRecommendItemModel> models) {
|
||||||
|
// liveBeans.clear();
|
||||||
|
// liveBeans.addAll(models);
|
||||||
|
// notifyDataSetChanged();
|
||||||
|
// }
|
||||||
|
|
||||||
public VerticalPagerAdapter(List<AnchorRecommendItemModel> liveBeans, Activity mContext) {
|
public VerticalPagerAdapter(List<AnchorRecommendItemModel> liveBeans, Activity mContext) {
|
||||||
this.liveBeans = liveBeans;
|
this.liveBeans = liveBeans;
|
||||||
|
Loading…
Reference in New Issue
Block a user