android / codelab-android-paging

Jetpack Paging codelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NETWORK_PAGE_SIZE not accessible

stevenshapiro opened this issue · comments

In "Step 5: Define the source of data", NETWORK_PAGE_SIZE is not accessible in GithubPagingSource,kt, since it is declared private in GithubRepository.kt. It is still declared private in "Step 6: Build and configure PagingData".

@stevenshapiro this is fixed now, thank you. The project was rebased, so you may need to delete your local branch and pull it again.