Android Paging library 3 (3.1.1)
I have implemented the paging3 library for Shortlisting posts. I am showing the shortlisted post in recycler view with paging, and it's working fine.
Now I want to remove a post from the list.
I looked at this issue on git but have not found any issue.
https://github.com/android/architecture-components-samples/issues/281
Help, please