Merge pull request #124 from esensar/fix/keyboard-close-on-home
Close keyboard when home button is pressed
This commit is contained in:
commit
1c0a559517
|
@ -127,6 +127,8 @@ class MainActivity : SimpleActivity(), FlingListener {
|
|||
closeAppDrawer()
|
||||
closeWidgetsFragment()
|
||||
}
|
||||
|
||||
binding.allAppsFragment.searchBar.closeSearch()
|
||||
if (intent != null) {
|
||||
handleIntentAction(intent)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue