mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-15 10:27:21 +02:00
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…
x
Reference in New Issue
Block a user