Allow marking partially read chapters as unread
Closes #3777 (cherry picked from commit 4bba7a8bab9db84edda517e9b377f510540ae243)
This commit is contained in:
parent
2f33b90eca
commit
1cd093ecc0
@ -790,7 +790,7 @@ private fun SharedMangaBottomActionMenu(
|
||||
}.takeIf { selected.any { !it.chapter.read } },
|
||||
onMarkAsUnreadClicked = {
|
||||
onMultiMarkAsReadClicked(selected.map { it.chapter }, false)
|
||||
}.takeIf { selected.any { it.chapter.read } },
|
||||
}.takeIf { selected.any { it.chapter.read || it.chapter.lastPageRead > 0L } },
|
||||
onMarkPreviousAsReadClicked = {
|
||||
onMarkPreviousAsReadClicked(selected[0].chapter)
|
||||
}.takeIf { selected.size == 1 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user