mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix comment
This commit is contained in:
parent
5516c8c32d
commit
a35163d5fb
1 changed files with 2 additions and 1 deletions
|
@ -330,7 +330,8 @@ class SearchFragment : Fragment() {
|
|||
binding?.tvtypesChipsScroll?.tvtypesChips,
|
||||
selectedSearchTypes,
|
||||
validAPIs.flatMap { api -> api.supportedTypes }.distinct()
|
||||
) { // This already handled in another bindChips. Do nothing here! }
|
||||
) {
|
||||
// This already handled in another bindChips. Do nothing here!
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue