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()) {
|
||||
selectedSearchTypes.clear()
|
||||
selectedSearchTypes.addAll(list)
|
||||
bindChips(
|
||||
binding?.tvtypesChipsScroll?.tvtypesChips,
|
||||
selectedSearchTypes,
|
||||
validAPIs.flatMap { api -> api.supportedTypes }.distinct()
|
||||
) {
|
||||
// This already handled in another bindChips. Do nothing here!
|
||||
}
|
||||
updateChips(binding?.tvtypesChipsScroll?.tvtypesChips, selectedSearchTypes)
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue