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

View File

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