Close keyboard when home button is pressed

This commit is contained in:
Ensar Sarajčić 2023-09-11 17:08:43 +02:00
parent 8202e5dde7
commit 91c8664ca1
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
closeAppDrawer() closeAppDrawer()
closeWidgetsFragment() closeWidgetsFragment()
} }
hideKeyboard()
if (intent != null) { if (intent != null) {
handleIntentAction(intent) handleIntentAction(intent)
} }