This commit is contained in:
AntsyLich 2023-11-20 22:30:00 +06:00
parent 01185362b3
commit 8d3f0f9e61
No known key found for this signature in database

View file

@ -270,7 +270,7 @@ private fun MangaScreenSmallImpl(
Triple(
first = state.processedChapters,
second = state.chapterListItems,
third = state.isAnySelected
third = state.isAnySelected,
)
}
@ -523,7 +523,7 @@ fun MangaScreenLargeImpl(
Triple(
first = state.processedChapters,
second = state.chapterListItems,
third = state.isAnySelected
third = state.isAnySelected,
)
}