Minor cleanup

This commit is contained in:
arkon
2022-11-10 22:23:34 -05:00
parent 08d5633d81
commit 811931ccc0
19 changed files with 120 additions and 146 deletions

View File

@@ -475,7 +475,7 @@ class DownloadController :
?.filterIsInstance<DownloadItem>()
?.map(DownloadItem::download)
?.partition { item.download.manga.id == it.manga.id }
?: Pair(listOf(), listOf())
?: Pair(emptyList(), emptyList())
presenter.reorder(selectedSeries + otherSeries)
}
R.id.cancel_download -> {