修复:
修复测试问题
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 int mPosition;
|
||||
|
||||
|
||||
// public void upDataBg(List<AnchorRecommendItemModel> models) {
|
||||
// liveBeans.clear();
|
||||
// liveBeans.addAll(models);
|
||||
// notifyDataSetChanged();
|
||||
// }
|
||||
|
||||
public VerticalPagerAdapter(List<AnchorRecommendItemModel> liveBeans, Activity mContext) {
|
||||
this.liveBeans = liveBeans;
|
||||
|
Loading…
Reference in New Issue
Block a user