Dependency update & Apk build

This commit is contained in:
tom5079
2021-02-17 18:09:13 +09:00
parent c8202db3c6
commit 2c56bcacee
4 changed files with 7 additions and 7 deletions

View File

@@ -59,8 +59,8 @@ class FloatingSearchView @JvmOverloads constructor(context: Context, attrs: Attr
searchInputView.addTextChangedListener(this)
onSearchListener = this
onBindSuggestionCallback = { a, b, c, d, e ->
onBindSuggestion(a, b, c, d, e)
onBindSuggestionCallback = { binding, item, itemPosition ->
onBindSuggestion(binding.root, binding.leftIcon, binding.body, item, itemPosition)
}
}