Fix read status in reader chapter list

This commit is contained in:
Jobobby04 2023-09-04 12:31:46 -04:00
parent 60ef3f92b7
commit 4a00ef32fd

View File

@ -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,