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 have horizontal recyclerview which is placed at 0th position of the adapter - lets call this as story group
I crated a bindableitem class which holds horizontal recyclerview
Next I have group of items which comes below the comes below it. - lets call this as post group
On click of any element of horizontal recycler view I am updating the adapter giving a new list of post group using groupAdapter.update(postsGroup)
After the update happens the story group recyclerview gets removed.
How can I not make it remove or do I have to place it in something else?
The text was updated successfully, but these errors were encountered:
wishygupta
changed the title
Adapter update clears the header group as well when updating
Adapter update clears the header view at 0th position as well when updating
Jun 6, 2021
I have horizontal recyclerview which is placed at 0th position of the adapter - lets call this as story group
I crated a bindableitem class which holds horizontal recyclerview
Next I have group of items which comes below the comes below it. - lets call this as post group
On click of any element of horizontal recycler view I am updating the adapter giving a new list of post group using
groupAdapter.update(postsGroup)
After the update happens the story group recyclerview gets removed.
How can I not make it remove or do I have to place it in something else?
The text was updated successfully, but these errors were encountered: