TP-29821 | async images hardware (#72)
This commit is contained in:
committed by
GitHub Enterprise
parent
30110ef5c2
commit
a814f8e6c3
@@ -95,6 +95,7 @@ class ImageRenderer : Renderer<ImageProperty> {
|
||||
model = ImageRequest.Builder(LocalContext.current)
|
||||
.data(uiTronImageData?.iconUrl)
|
||||
.size(Size.ORIGINAL)
|
||||
.allowHardware(false)
|
||||
.build(),
|
||||
contentDescription = "",
|
||||
contentScale = getContentScale(contentScale = property.contentScale),
|
||||
|
||||
Reference in New Issue
Block a user