mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Don't count "other" as a language. (#5901)
This commit is contained in:
		| @@ -258,7 +258,7 @@ class MangaInfoHeaderAdapter( | ||||
|             with(binding.mangaSource) { | ||||
|                 if (mangaSource != null) { | ||||
|                     val enabledLanguages = preferences.enabledLanguages().get() | ||||
|                         .filterNot { it == "all" } | ||||
|                         .filterNot { it in listOf("all", "other") } | ||||
|  | ||||
|                     val hasOneActiveLanguages = enabledLanguages.size == 1 | ||||
|                     val isInEnabledLanguages = source.lang in enabledLanguages | ||||
|   | ||||
		Reference in New Issue
	
	Block a user