Skip to content

Commit

Permalink
fix language filter for fairytale list
Browse files Browse the repository at this point in the history
  • Loading branch information
vchlum committed Sep 15, 2023
1 parent f73457a commit 622075b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ChildrenFairyTalesAdapter(
fun setSupportedDataset() {
supportedDataset = dataset.filter {
it.first.supportedLanguages.contains(langPair.from.langCode) &&
it.first.supportedLanguages.contains(langPair.from.langCode)
it.first.supportedLanguages.contains(langPair.to.langCode)
}
}

Expand Down

0 comments on commit 622075b

Please sign in to comment.