Clear search when home button is pressed
This commit is contained in:
parent
91c8664ca1
commit
afa46e76bf
|
@ -127,7 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
|
|||
closeAppDrawer()
|
||||
closeWidgetsFragment()
|
||||
}
|
||||
hideKeyboard()
|
||||
binding.allAppsFragment.searchBar.closeSearch()
|
||||
if (intent != null) {
|
||||
handleIntentAction(intent)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue