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
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"?