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 void loadingStart() { if (loadingMore) return; loadingMore = true; notifyItemInserted(getLoadingMoreItemPosition()); } @Override public void loadingfinish() { if (!loadingMore) return; final int loadingPos = getLoadingMoreItemPosition(); loadingMore = false; notifyItemRemoved(loadingPos); }
请问 这两个方法的意义是什么,我尝试去掉后运行 感觉也没有什么变化
The text was updated successfully, but these errors were encountered:
推测此功能是刷新时添加刷新的信息,弱网环境下可能会发现区别。
Sorry, something went wrong.
好的 谢谢Thanks♪(・ω・)ノ
No branches or pull requests
请问 这两个方法的意义是什么,我尝试去掉后运行 感觉也没有什么变化
The text was updated successfully, but these errors were encountered: