Fix read status in reader chapter list
This commit is contained in:
parent
60ef3f92b7
commit
4a00ef32fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue