mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 13:08:56 +01:00
MangaScreen: Fix action mode download button not working (#7385)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user