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
GridLayoutManager/QuickGridLayoutManager
StaggeredGridLayoutManager
ItemDecoration
submitList(emptyList())
问题发生在调用submitList之后调用了notifyItemRangeRemoved,
submitList
notifyItemRangeRemoved
open fun submitList(list: List<T>?) { // ...... if (newDisplayEmptyLayout && !oldDisplayEmptyLayout) { notifyItemRangeRemoved(0, items.size) items = newList notifyItemInserted(0) } // ...... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GridLayoutManager/QuickGridLayoutManager
(StaggeredGridLayoutManager
没有尝试,但预估会发生同样的问题), 添加ItemDecoration
submitList(emptyList())
设置数据为空ItemDecoration
被清空的情况.RFCMA04RTAE_20241113_164516_916.mp4
问题发生在调用
submitList
之后调用了notifyItemRangeRemoved
,The text was updated successfully, but these errors were encountered: