Hi everyone, I have a notification list like this ...
# compose
a
Hi everyone, I have a notification list like this All I need is: When user clicks any item that has a blue dot , it should be hidden without making any refresh call to my API again. I use compose and paging3 compose so I need to update a single object in the paging source easily.
c
This is exactly why we had to migrate from paging3 to custom solution.
a
Where is this solution?
m
so you need to collapse the item onClick. With paging that is tricky. I would suggest you keep a list of collapsed items independent from the data. that way, you can collapse/expand