You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is almost certainly not a bug in the RecyclerListView code (but might use a clarification in the documentation).
When I render my list, the first visible item in my list is at index 1 in my data provider. When I overscroll to the top (like a pull to refresh gesture), I can see my index 0 item being rendered in that position (off the top of the window). Am I missing styling?
The text was updated successfully, but these errors were encountered:
This is almost certainly not a bug in the RecyclerListView code (but might use a clarification in the documentation).
When I render my list, the first visible item in my list is at index 1 in my data provider. When I overscroll to the top (like a pull to refresh gesture), I can see my index 0 item being rendered in that position (off the top of the window). Am I missing styling?
The text was updated successfully, but these errors were encountered: