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