mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-30 13:56:41 +08:00
fix: android icon not loading in app selector
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user