mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 05:54: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(
|
||||||
image,
|
image,
|
||||||
contentDescription,
|
contentDescription,
|
||||||
Modifier.placeholder(visible = showPlaceHolder, color = MaterialTheme.colorScheme.inverseOnSurface, shape = RoundedCornerShape(100)).then(modifier),
|
modifier,
|
||||||
colorFilter = colorFilter
|
colorFilter = colorFilter
|
||||||
)
|
)
|
||||||
|
|
||||||
showPlaceHolder = false
|
|
||||||
} else {
|
} else {
|
||||||
AsyncImage(
|
AsyncImage(
|
||||||
packageInfo,
|
packageInfo,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user