Unable to refresh recyclerView with pagination
问题 I have a RecyclerView that gets filled with paginated data. I need to be able to refresh it via SwipeRefreshLayout , but so far, I am unable to do so. I have tried plenty references that does similar to this, but without any success. Also, for letting you guys know, When I do refresh, the data gets retrieved correctly, but it is not being displayed on the recyclerView... Also, when I move from that destination to another via Navigation and then, I hit back, it gets updated. I am not sure what