I have seen the demo given in google github. But it just retuen with MediatorResult.Success(endOfPaginationReached = true)
while, if it change it to MediatorResult.Success(endOfPaginationReached = false)
,my code also runing sussessfully.
so, i want to know what's the detail meaning of PREPEND?
the reason why I ask this question is when meeting the network error in refresing,and there is nothing in my Room
,the Paging3 won't given any tip.(Though I can solve it by add a error tip view in mainView,I think it is inelegant.)