Skip to content

Commit afa46e7

Browse files
committed
Clear search when home button is pressed
1 parent 91c8664 commit afa46e7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class MainActivity : SimpleActivity(), FlingListener {
127127
closeAppDrawer()
128128
closeWidgetsFragment()
129129
}
130-
hideKeyboard()
130+
binding.allAppsFragment.searchBar.closeSearch()
131131
if (intent != null) {
132132
handleIntentAction(intent)
133133
}

0 commit comments

Comments
 (0)