Skip to content

Commit

Permalink
Merge pull request #75 from zhpanvip/dev_2.6.3
Browse files Browse the repository at this point in the history
2.6.3 Fix bug #74
  • Loading branch information
zhpanvip authored Dec 26, 2019
2 parents d13fa71 + a48305d commit d6f0e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class BannerPagerAdapter<T, VH extends ViewHolder> extends PagerAdapter {

// private List<View> mViewList = new ArrayList<>();

public static final int MAX_VALUE = Integer.MAX_VALUE;
public static final int MAX_VALUE = 10000;

public BannerPagerAdapter(List<T> list, HolderCreator<VH> holderCreator) {
mList = new ArrayList<>();
Expand Down

0 comments on commit d6f0e9d

Please sign in to comment.