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

Commit

Permalink
Fix typo in GithubRemoteMediator
Browse files Browse the repository at this point in the history
Change-Id: I1f2909234a094ff2091eafcc71f4d86476d70507
  • Loading branch information
tunjid committed May 23, 2022
1 parent 8d21579 commit 6be28bc
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 6be28bc

Please sign in to comment.