Close keyboard when home button is pressed
This commit is contained in:
parent
8202e5dde7
commit
91c8664ca1
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
|
|||
closeAppDrawer()
|
||||
closeWidgetsFragment()
|
||||
}
|
||||
hideKeyboard()
|
||||
if (intent != null) {
|
||||
handleIntentAction(intent)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue