fix comment

This commit is contained in:
Funny-Pen-7005 2023-12-12 11:53:24 +05:30
parent 5516c8c32d
commit a35163d5fb

View file

@ -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!
}
}