Close keyboard when home button is pressed
This commit is contained in:
parent
8202e5dde7
commit
91c8664ca1
|
@ -127,6 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
|
||||||
closeAppDrawer()
|
closeAppDrawer()
|
||||||
closeWidgetsFragment()
|
closeWidgetsFragment()
|
||||||
}
|
}
|
||||||
|
hideKeyboard()
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
handleIntentAction(intent)
|
handleIntentAction(intent)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue