Clear search when home button is pressed

This commit is contained in:
Ensar Sarajčić 2023-09-11 17:10:33 +02:00
parent 91c8664ca1
commit afa46e76bf
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
closeAppDrawer()
closeWidgetsFragment()
}
hideKeyboard()
binding.allAppsFragment.searchBar.closeSearch()
if (intent != null) {
handleIntentAction(intent)
}