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
@Override public boolean canPullDown() { if (getCount() == 0) { // 没有item的时候也可以下拉刷新 return true; } else if (“--————-getFirstVisiblePosition() == 0 && getChildAt(0).getTop() >= 0---——————”) { // 滑到ListView的顶部了 return true; } else return false; }
else if中,横线之间的部分没有做非空处理,有空指针异常!!!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
else if中,横线之间的部分没有做非空处理,有空指针异常!!!!
The text was updated successfully, but these errors were encountered: