fix: android icon not loading in app selector

This commit is contained in:
Robert 2024-07-20 12:24:21 +02:00
parent 45f32040f8
commit de6fddf405
No known key found for this signature in database
GPG Key ID: 887C470FCF872DC6

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,