Don't count "other" as a language. (#5901)
(cherry picked from commit 2c495c4119)
This commit is contained in:
@@ -330,7 +330,7 @@ class MangaInfoHeaderAdapter(
|
||||
with(binding.mangaSource) {
|
||||
if (mangaSource != null) {
|
||||
val enabledLanguages = preferences.enabledLanguages().get()
|
||||
.filterNot { it == "all" }
|
||||
.filterNot { it in listOf("all", "other") }
|
||||
|
||||
// SY -->
|
||||
val isMergedSource = source.id == MERGED_SOURCE_ID
|
||||
|
||||
Reference in New Issue
Block a user