Skip to content
New issue

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.0.6版本,onRefresh之后,马上调用finishRefresh,recyclerView点击无法响应 #1540

Closed
huihui4045 opened this issue Sep 18, 2023 · 1 comment

Comments

@huihui4045
Copy link

smartRefreshLayout.setOnRefreshListener(new OnRefreshListener() {
@OverRide
public void onRefresh(@nonnull RefreshLayout refreshLayout) {
smartRefreshLayout.finishRefresh();
}
});
onRefresh之后,马上调用finishRefresh,此时动画未关闭之前,recyclerView点击无法响应

@scwang90
Copy link
Owner

问题已修复,2.1.0 版本发布

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants