feat: multi stream audio support
This commit is contained in:
parent
abcf9fcbef
commit
636a56fb7f
15 changed files with 195 additions and 144 deletions
|
@ -548,7 +548,7 @@ class MangaReadAdapter(
|
|||
val adapter = ArrayAdapter(
|
||||
fragment.requireContext(),
|
||||
R.layout.item_dropdown,
|
||||
parser.extension.sources.map { LanguageMapper.mapLanguageCodeToName(it.lang) }
|
||||
parser.extension.sources.map { LanguageMapper.getLanguageCode(it.lang) }
|
||||
)
|
||||
val items = adapter.count
|
||||
binding?.animeSourceLanguageContainer?.isVisible = items > 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue