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