Copy last page read in migrate
This commit is contained in:
@@ -73,6 +73,7 @@ class MigrateMangaUseCase(
|
||||
updatedChapter = updatedChapter.copy(
|
||||
dateFetch = prevChapter.dateFetch,
|
||||
bookmark = prevChapter.bookmark,
|
||||
lastPageRead = prevChapter.lastPageRead
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user