-
Notifications
You must be signed in to change notification settings - Fork 230
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
无法关闭上啦刷新。 #8
Comments
下拉刷新成功调用setRefreshSuccess();失败调用 setRefreshFail();关闭功能则 setOnRefreshStartListener(null); |
兄弟我发现,下拉有时候会卡主,滑动不了, |
怎么添加上拉加载更多呢?强烈希望添加上 |
目前没有上拉加载更多 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
public void stopRefreshing() {
isRefreshing = false;
}
我添加了这个方法,实现了关闭。但是,希望楼主优化下。
还有滑动有时候会卡卡的。 无法快速滑动
The text was updated successfully, but these errors were encountered: