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
设置的行数为2行,load时添加数据大小0时,刷新数据后,一直是单行。DEMO可复现
The text was updated successfully, but these errors were encountered:
经测试,执行load方法时最后两行代码应该交换执行顺序。应该是先attachRecyclerView,再判断toggleScrollBar。
Sorry, something went wrong.
fixLineCount()这个方法的行数计算有问题。
fixLineCount()这个方法我是这样改的if (size<spanCount){ layoutManager.setSpanCount(1); }else{ layoutManager.setSpanCount(lines); }
No branches or pull requests
设置的行数为2行,load时添加数据大小0时,刷新数据后,一直是单行。DEMO可复现
The text was updated successfully, but these errors were encountered: