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
代码是参照demo写的,完全一样,只是用了smarttablayout感觉问题不大,但是在下滑的时候,listview的第一个item还没显示,直接触发了下拉刷新
The text was updated successfully, but these errors were encountered:
mScrollableLayout.setMaxScrollY(i);如果i是0同样会触发这个问题,上拉就开始刷新,不管是不是到了第一个item.
Sorry, something went wrong.
有大神解决这个问题嘛?
No branches or pull requests
代码是参照demo写的,完全一样,只是用了smarttablayout感觉问题不大,但是在下滑的时候,listview的第一个item还没显示,直接触发了下拉刷新
The text was updated successfully, but these errors were encountered: