-
Notifications
You must be signed in to change notification settings - Fork 554
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
Sticky item is invisible after replacing items below it #383
Comments
I'm using the 5.0.0-SNAPSHOT version. |
@zoki- well Ok, can you provide me the logs and parts of code? |
@zoki-, without logs I can't be precise. I can only suspect that the layout manager didn't finish its work after the layout of removing and sticky header is not cleared, or is cleared but not scrolled to the top. Can you add the new items in post, delayed? |
Closing this issue: not reproducible. |
The setup is as follows:
The action:
adapter.removeItemsOfType(R.layout.my_layout);
to remove the items below the sticky view in the list.
This is then immediately followed by
adapter.onLoadMoreComplete(newItems);
to add the new items user wants to see.
The result is:
Expected result:
The text was updated successfully, but these errors were encountered: