mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-17 22:47:29 +01:00
Minor cleanup
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user