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()
|
closeAppDrawer()
|
||||||
closeWidgetsFragment()
|
closeWidgetsFragment()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binding.allAppsFragment.searchBar.closeSearch()
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
handleIntentAction(intent)
|
handleIntentAction(intent)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue