-
Notifications
You must be signed in to change notification settings - Fork 946
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
fix(android): check send reach end event #4100
Conversation
|
Hi, @siguangli. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
HippyRecyclerListAdapter listAdapter = ((HippyRecyclerListAdapter) adapter); | ||
int count = listAdapter.getItemCount(); | ||
if (listAdapter.hasPullHeader()) { | ||
first = Math.max(0, (first - 1)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里计算是否可加点注释
0c6e7af
to
2b4c2a4
Compare
Before submitting a new pull request, please make sure: