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
Replace ListAdapter with PagedListAdapter