mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
review fixes
This commit is contained in:
parent
a35163d5fb
commit
e214dc19c3
1 changed files with 1 additions and 7 deletions
|
@ -326,13 +326,7 @@ class SearchFragment : Fragment() {
|
||||||
if (selectedSearchTypes.toSet() != list.toSet()) {
|
if (selectedSearchTypes.toSet() != list.toSet()) {
|
||||||
selectedSearchTypes.clear()
|
selectedSearchTypes.clear()
|
||||||
selectedSearchTypes.addAll(list)
|
selectedSearchTypes.addAll(list)
|
||||||
bindChips(
|
updateChips(binding?.tvtypesChipsScroll?.tvtypesChips, selectedSearchTypes)
|
||||||
binding?.tvtypesChipsScroll?.tvtypesChips,
|
|
||||||
selectedSearchTypes,
|
|
||||||
validAPIs.flatMap { api -> api.supportedTypes }.distinct()
|
|
||||||
) {
|
|
||||||
// This already handled in another bindChips. Do nothing here!
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue