haris mehmood
11/16/2021, 11:36 AMMarinJuricev
11/16/2021, 12:59 PMfilter
operator the PagingData<T>
to return a new PagingData without that ID.
Additionally if you use room or any kind of other local persistence, and you get your Paging<T>
from a local source then just delete that item in the local persistence. ( assuming you expose a observable from the local persistence )haris mehmood
11/16/2021, 1:04 PMMarinJuricev
11/16/2021, 1:09 PMharis mehmood
11/17/2021, 4:22 AM