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
描述如题。 在V2.1.0 未修改过如下配置 refreshLayout.setDisableContentWhenRefresh(false);//是否在刷新的时候禁止列表的操作 refreshLayout.setDisableContentWhenLoading(false);//是否在加载的时候禁止列表的操作
希望可以恢复在下拉刷新的时候,依旧可以滚动视图的操作。
The text was updated successfully, but these errors were encountered:
修复问题:复制kernel代码另外起包名后,加载更多时候recyclerview无法流畅滚动
31eaa33
修复问题:V2.1.0版本,demo案例,使用官方主题下拉刷新操作的时候,视图不可以滑动,但是响应点击,v2.0.6,v2.0.5没有这样的问题 #1576 #1585
No branches or pull requests
描述如题。
在V2.1.0 未修改过如下配置
refreshLayout.setDisableContentWhenRefresh(false);//是否在刷新的时候禁止列表的操作
refreshLayout.setDisableContentWhenLoading(false);//是否在加载的时候禁止列表的操作
希望可以恢复在下拉刷新的时候,依旧可以滚动视图的操作。
The text was updated successfully, but these errors were encountered: