fix clear btn in search

This commit is contained in:
Bnyro 2022-07-28 16:39:17 +02:00
parent bda875f07b
commit e98456353d

View File

@ -66,6 +66,7 @@ class SearchFragment : Fragment() {
binding.clearSearchImageView.setOnClickListener {
binding.autoCompleteTextView.text.clear()
binding.historyRecycler.visibility = View.GONE
showHistory()
}