bingoogolapple/BGABanner-Android

在onPageChange中使用stopAutoPlay无效

W2009-Cai opened this issue · 1 comments

在onPageChange中使用stopAutoPlay无效.浩哥可以解答一下吗 @bingoogolapple

                @Override
                public void onPageSelected(int index) {
                    if (mList.get(index) ==3) {
                        banner.stopAutoPlay();
                    } else {
                         banner.startAutoPlay();
                    }
                }

代码是这样