Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
19f21ca72a
@ -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