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
现在又遇到了一个新的情况,就是如果item的长度比较大,在缓慢滑动时,item不能全部显示就开始加载了
The text was updated successfully, but these errors were encountered:
@sh1018727638 下载源码找到 RecyclerViewOnScroll 类。 在64行加入此代码。 if (!ViewCompat.canScrollVertically(mPullLoadMoreRecyclerView.getRecyclerView(), 1)){ mPullLoadMoreRecyclerView.setIsLoadMore(true); mPullLoadMoreRecyclerView.loadMore(); }
Sorry, something went wrong.
No branches or pull requests
现在又遇到了一个新的情况,就是如果item的长度比较大,在缓慢滑动时,item不能全部显示就开始加载了
The text was updated successfully, but these errors were encountered: