We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6186c commit 7336c98Copy full SHA for 7336c98
1 file changed
data/library/src/main/java/com/into/websoso/data/library/paging/LibraryPagingSource.kt
@@ -33,7 +33,7 @@ class LibraryPagingSource(
33
)
34
}
35
36
- override fun getRefreshKey(state: PagingState<Long, NovelEntity>): Long = DEFAULT_LAST_USER_NOVEL_ID
+ override fun getRefreshKey(state: PagingState<Long, NovelEntity>): Long? = DEFAULT_LAST_USER_NOVEL_ID
37
38
companion object {
39
private const val DEFAULT_LAST_USER_NOVEL_ID = 0L
0 commit comments