or it should be in the viewmodel is to refresh a PagingData
i
Ian Lake
08/24/2023, 10:52 PM
You should never need to do this. If you've built your PagingSource correctly, it will automatically invalidate when your data changes.
We actually just talked about a similar case on Twitter: https://twitter.com/ianhlake/status/1692754799387640043
k
KevinMartinez
08/25/2023, 5:17 AM
Thank you so much 🙌
KevinMartinez
08/25/2023, 5:18 AM
Do you have any example that can help me to do it perfectly.