Skip to content

Commit 7336c98

Browse files
committed
refactor: getRefreshKey 시그니처 수정
1 parent 1e6186c commit 7336c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/library/src/main/java/com/into/websoso/data/library/paging/LibraryPagingSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class LibraryPagingSource(
3333
)
3434
}
3535

36-
override fun getRefreshKey(state: PagingState<Long, NovelEntity>): Long = DEFAULT_LAST_USER_NOVEL_ID
36+
override fun getRefreshKey(state: PagingState<Long, NovelEntity>): Long? = DEFAULT_LAST_USER_NOVEL_ID
3737

3838
companion object {
3939
private const val DEFAULT_LAST_USER_NOVEL_ID = 0L

0 commit comments

Comments
 (0)