Fix quick clean nHentai manga
This commit is contained in:
parent
44c9df8c9b
commit
c552934acc
@ -527,7 +527,7 @@ class LibraryController(
|
||||
binding.actionToolbar.findItem(R.id.action_download_unread)?.isVisible = selectedMangas.any { it.source != LocalSource.ID }
|
||||
|
||||
// SY -->
|
||||
binding.actionToolbar.findItem(R.id.action_clean)?.isVisible = selectedMangas.any { it.source == EH_SOURCE_ID || it.source == EXH_SOURCE_ID }
|
||||
binding.actionToolbar.findItem(R.id.action_clean)?.isVisible = selectedMangas.any { it.source == EH_SOURCE_ID || it.source == EXH_SOURCE_ID || it.source == NHENTAI_SOURCE_ID }
|
||||
// SY <--
|
||||
}
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user