Clear search when picking up items from drawer

This commit is contained in:
Ensar Sarajčić 2023-07-18 08:27:03 +02:00
parent 913cbb303d
commit 43d5e2031a
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ class AllAppsFragment(context: Context, attributeSet: AttributeSet) : MyFragment
activity?.showHomeIconMenu(x, y, gridItem, true)
ignoreTouches = true
search_bar.closeSearch()
}
fun onBackPressed(): Boolean {