mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-29 21:44:26 +02:00
fix: android icon not loading in app selector
This commit is contained in:
parent
45f32040f8
commit
de6fddf405
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user