Android-Paging-Example icon indicating copy to clipboard operation
Android-Paging-Example copied to clipboard

loadAditionalData() load automatically when set .setInitialLoadSizeHint attribute

Open pawelnbd1992 opened this issue 7 years ago • 0 comments

For example : PagedList.Config.Builder().setInitialLoadSizeHint(25).setPageSize(25).
App loading initialData and load Additional Data at the same time. I have no idea how to fix it. D/OkHttp: --> GET https://api.github.com/users/google/repos?page=0&per_page=25 2019-01-02 11:34:48.447 19852-19948/com.vanethos.example D/OkHttp: --> END GET 2019-01-02 11:34:49.705 19852-19948/com.vanethos.example D/OkHttp: --> GET https://api.github.com/users/google/repos?page=25&per_page=25 2019-01-02 11:34:49.705 19852-19948/com.vanethos.example D/OkHttp: --> END GET

pawelnbd1992 avatar Jan 02 '19 10:01 pawelnbd1992