Merge pull request #124 from esensar/fix/keyboard-close-on-home

Close keyboard when home button is pressed
This commit is contained in:
Tibor Kaputa
2023-09-11 21:53:36 +02:00
committed by GitHub

View File

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