Closed
Description
When I add a normal header to the list and call setSelection the first visible item is the sticky header from the item before.
When I want to move to item 11, I call setSelection(12) (of by one to include the normal header) it looks like:
- Sticky header of item 10
- Sticky header of item 11 and 12
- item 11
- item 12
...
It should look like this:
- Sticky header of item 11 and 12
- item 11
- item 12
...
Metadata
Metadata
Assignees
Labels
No labels