Fix downloaded only
This commit is contained in:
parent
074a1bbca4
commit
d6f0c0837b
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class LibraryPresenter(
|
|||
item.downloadCount != -1 -> item.downloadCount > 0
|
||||
else -> downloadManager.getDownloadCount(item.manga) > 0
|
||||
}
|
||||
return@f if (filterDownloaded == STATE_INCLUDE) isDownloaded else !isDownloaded
|
||||
return@f if (filterDownloaded == STATE_INCLUDE || filterDownloadedOnly) isDownloaded else !isDownloaded
|
||||
}
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue