Replies: 2 comments
-
|
To give user more control and avoid implicit coupling with layoutlib perhaps we could have a This is mainly relevant when loading vector drawable with AsyncImage(
model = R.my_drawable,
contentDescription = null,
)For urls |
Beta Was this translation helpful? Give feedback.
-
|
By default Coil requests inside Paparazzi will run the same as on a real device. To have everything run synchronously you can set
Maybe? I'm a little apprehensive to do this as So far I think my recommendation is to either:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw that
AsyncImagePainteris working differently in Previews.Should we do something similar with Paparazzi? We can detect it by next check
Build.FINGERPRINT.contains("layoutlib").Beta Was this translation helpful? Give feedback.
All reactions