Skip to content

Commit

Permalink
Fix bug #74
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpanvip committed Dec 26, 2019
1 parent d13fa71 commit a48305d
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 a48305d

Please sign in to comment.