We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CardSlidePanel/CardSlidePanel/library/src/main/java/com/stone/card/library/CardSlidePanel.java
Lines 226 to 234 in 70dab25
index + 2 >= viewList.size()
processLinkageView(changedView);
ajustLinkageViewItem(changedView, rate2, 2);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CardSlidePanel/CardSlidePanel/library/src/main/java/com/stone/card/library/CardSlidePanel.java
Lines 226 to 234 in 70dab25
这里要改成
index + 2 >= viewList.size()
,否则调用processLinkageView(changedView);
的时候ajustLinkageViewItem(changedView, rate2, 2);
会数组越界The text was updated successfully, but these errors were encountered: