and here is the code which gets called in the frag...
# announcements
b
and here is the code which gets called in the fragment to add this scrolllistener
Copy code
contentView.addOnScrollListener(
        LoadMoreScrollListener(contentView.layoutManager as LinearLayoutManager) {
          presenter.loadMorePeople("", true)
        })