Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #226 from tunjid/mediator-typo
Browse files Browse the repository at this point in the history
Fix typo in GithubRemoteMediator
  • Loading branch information
tunjid authored Jun 20, 2022
2 parents fd64ca6 + 6be28bc commit d1f28e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class GithubRemoteMediator(
// If remoteKeys is null, that means the refresh result is not in the database yet.
// We can return Success with `endOfPaginationReached = false` because Paging
// will call this method again if RemoteKeys becomes non-null.
// If remoteKeys is NOT NULL but its prevKey is null, that means we've reached
// If remoteKeys is NOT NULL but its nextKey is null, that means we've reached
// the end of pagination for append.
val nextKey = remoteKeys?.nextKey
if (nextKey == null) {
Expand Down

0 comments on commit d1f28e0

Please sign in to comment.