MangaScreen: Fix action mode download button not working (#7385)

This commit is contained in:
Ivan Iskandar
2022-06-27 00:37:41 +07:00
committed by GitHub
parent 9ff6ae81bd
commit 924dfa19cf
2 changed files with 2 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ class MangaController :
// SELECTION MODE ACTIONS
private fun onDownloadChapters(
items: List<eu.kanade.tachiyomi.ui.manga.ChapterItem>,
items: List<ChapterItem>,
action: ChapterDownloadAction,
) {
viewScope.launch {