You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
1、复现过程:
BannerCard的page的size不相同BannerCard不在一屏内当由size小的滑动到size较大的
BannerCard后,BannerIndicator中的mImageViews会数组越界,导致崩溃2、导致原因:
BannerView中onPageSelected回调会在updateIndicators之前执行,导致mImageViews数组仍未更新为当前view的大小,就要处理滑动同步