Fix cover fetching in compose views (#7315)
Make sure it passed thru the custom fetcher
This commit is contained in:
@@ -191,7 +191,7 @@ fun HistoryItem(
|
||||
modifier = Modifier
|
||||
.fillMaxHeight()
|
||||
.clickable(onClick = onClickCover),
|
||||
data = history.thumbnailUrl,
|
||||
data = history.coverData,
|
||||
)
|
||||
Column(
|
||||
modifier = Modifier
|
||||
|
||||
Reference in New Issue
Block a user