Expand header view when clearing search results
This commit is contained in:
@@ -196,6 +196,7 @@ class AllAppsSearchInput(context: Context, attrs: AttributeSet?) : LinearLayout(
|
||||
searchQueryBuilder.clearSpans()
|
||||
Selection.setSelection(searchQueryBuilder, 0)
|
||||
appsView.onClearSearchResult()
|
||||
appsView.floatingHeaderView?.setCollapsed(false)
|
||||
}
|
||||
|
||||
private fun notifyResultChanged() {
|
||||
|
||||
Reference in New Issue
Block a user