TP-29821 | async images hardware (#72)

This commit is contained in:
Maila Rajanikanth
2023-05-24 17:47:02 +05:30
committed by GitHub Enterprise
parent 30110ef5c2
commit a814f8e6c3

View File

@@ -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),