Fix read status in reader chapter list
This commit is contained in:
parent
60ef3f92b7
commit
4a00ef32fd
@ -63,7 +63,7 @@ fun ChapterListDialog(
|
|||||||
readProgress = null,
|
readProgress = null,
|
||||||
scanlator = chapterItem.chapter.scanlator,
|
scanlator = chapterItem.chapter.scanlator,
|
||||||
sourceName = null,
|
sourceName = null,
|
||||||
read = false,
|
read = chapterItem.chapter.read,
|
||||||
bookmark = chapterItem.chapter.bookmark,
|
bookmark = chapterItem.chapter.bookmark,
|
||||||
selected = false,
|
selected = false,
|
||||||
downloadIndicatorEnabled = false,
|
downloadIndicatorEnabled = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user