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
commit 1c0a559517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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