Fix filter icon not appearing
This commit is contained in:
parent
304d95f101
commit
9a9b13ae90
@ -1478,6 +1478,8 @@ internal fun LauncherScaffold(
|
||||
} else null,
|
||||
highlightedAction = highlightedResult as? SearchAction,
|
||||
darkColors = config.darkSearchBar,
|
||||
isSearchOpen = state.currentComponent is SearchComponent && state.isSettledOnSecondaryPage ||
|
||||
config.homeComponent is SearchComponent && !state.isSettledOnSecondaryPage,
|
||||
)
|
||||
}
|
||||
if (isFilterBarVisible) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user