Skip to content

Commit

Permalink
fix favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
KorigamiK committed Dec 14, 2024
1 parent 30a4228 commit 88c6c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fun LazyListScope.SearchFavorites(
verticalArrangement = if (reverse) Arrangement.BottomReversed else Arrangement.Top
) {
if (favorites.isNotEmpty()) {
SearchResultGrid(favorites, transitionKey = selectedTag, reverse = reverse)
SearchResultGrid(favorites, transitionKey = selectedTag, reverse = reverse, showList = false)
} else {
Banner(
modifier = Modifier.padding(16.dp),
Expand Down

0 comments on commit 88c6c18

Please sign in to comment.