L
This commit is contained in:
parent
01185362b3
commit
8d3f0f9e61
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue