Android Paging library doesn't fire loadAfter()

前端 未结 1 1741
余生分开走
余生分开走 2021-02-05 05:36

I\'m using the new Android Paging library to get a RecyclerView with infinite scrolling. I cannot understand why the library does not fire the loadAfter() method when I setup my

1条回答
  •  甜味超标
    2021-02-05 06:25

    Replace ListAdapter with PagedListAdapter

    0 讨论(0)
提交回复
热议问题