Skip to content

Commit

Permalink
[#551] Use wide images for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Jan 11, 2024
1 parent a229233 commit 184ea87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fun SearchScreen(onResultItemClick: (String, Long?) -> Unit) {
text = item.title,
secondaryText = item.subtitle,
singleLineSecondaryText = true,
leadingIcon = OdsListItem.LeadingIcon(OdsListItem.LeadingIcon.Type.SquareImage, painter, "")
leadingIcon = OdsListItem.LeadingIcon(OdsListItem.LeadingIcon.Type.WideImage, painter, "")
) {
when (item.data) {
is Component -> onResultItemClick(ComponentsNavigation.ComponentDetailRoute, item.id)
Expand Down

0 comments on commit 184ea87

Please sign in to comment.