Fix filter icon not appearing

This commit is contained in:
MM20 2025-06-08 11:55:42 +02:00
parent 304d95f101
commit 9a9b13ae90
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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) {