Clear search when picking up items from drawer
This commit is contained in:
parent
913cbb303d
commit
43d5e2031a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue