CardSlidePanel icon indicating copy to clipboard operation
CardSlidePanel copied to clipboard

一个bug

Open Nstd opened this issue 5 years ago • 0 comments

https://github.com/xmuSistone/CardSlidePanel/blob/70dab2540745c39bfef805c4621b52ebfb85fc97/CardSlidePanel/library/src/main/java/com/stone/card/library/CardSlidePanel.java#L226-L234 这里要改成index + 2 >= viewList.size(),否则调用processLinkageView(changedView);的时候ajustLinkageViewItem(changedView, rate2, 2); 会数组越界

Nstd avatar Nov 26 '18 08:11 Nstd