Skip to content

Commit 1c0a559

Browse files
authored
Merge pull request #124 from esensar/fix/keyboard-close-on-home
Close keyboard when home button is pressed
2 parents 8202e5d + 2f6e0aa commit 1c0a559

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ class MainActivity : SimpleActivity(), FlingListener {
127127
closeAppDrawer()
128128
closeWidgetsFragment()
129129
}
130+
131+
binding.allAppsFragment.searchBar.closeSearch()
130132
if (intent != null) {
131133
handleIntentAction(intent)
132134
}

0 commit comments

Comments
 (0)