-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
I read in an old post, that you do not support payloads inside the onbindviewholder. I am having a nested recyclerview with a vertical and horizontal list. If an item changed, I used to tell the adapter through the payloads which item should be updated. Now it calls "datasetchanged" (done by the listener) and refreshes the whole adapter, causing my views immediately to jump to the left.
Is there another way to avoid this issue? Maybe something like "notifyitemchanged"?