monke if this does not work then buy an android tv

This commit is contained in:
LagradOst 2021-10-30 21:04:35 +02:00
parent 40fd2fd49c
commit e8f73db013
1 changed files with 4 additions and 2 deletions

View File

@ -300,8 +300,10 @@ class SearchFragment : Fragment() {
main_search.setOnQueryTextListener(object : SearchView.OnQueryTextListener {
override fun onQueryTextSubmit(query: String): Boolean {
searchViewModel.searchAndCancel(query)
main_search?.clearFocus()
search_filter?.requestFocus()
main_search?.let {
hideKeyboard(it)
}
return true
}