fix: android icon not loading in app selector

This commit is contained in:
Robert 2024-07-20 12:24:21 +02:00 committed by oSumAtrIX
parent 211f7d2fa2
commit c982babaeb
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -33,11 +33,9 @@ fun AppIcon(
Image(
image,
contentDescription,
Modifier.placeholder(visible = showPlaceHolder, color = MaterialTheme.colorScheme.inverseOnSurface, shape = RoundedCornerShape(100)).then(modifier),
modifier,
colorFilter = colorFilter
)
showPlaceHolder = false
} else {
AsyncImage(
packageInfo,