Expand header view when clearing search results

This commit is contained in:
Suphon Thanakornpakapong
2021-10-29 19:18:21 +07:00
parent c441392451
commit bead4e8759
@@ -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() {