Skip to content

Commit 91c8664

Browse files
committed
Close keyboard when home button is pressed
1 parent 8202e5d commit 91c8664

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/kotlin/com/simplemobiletools/launcher/activities

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/simplemobiletools/launcher/activities/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
127127
closeAppDrawer()
128128
closeWidgetsFragment()
129129
}
130+
hideKeyboard()
130131
if (intent != null) {
131132
handleIntentAction(intent)
132133
}

0 commit comments

Comments
 (0)