Marcin Wisniowski
01/30/2022, 8:08 PMtools:src
. The Accompanist version had a previewPlaceholder
. But after Compose support moved to the Coil library proper, it was removed. Are there any solutions?Sergey Y.
01/30/2022, 10:03 PMplaceholder
within request builder scope.Marcin Wisniowski
01/30/2022, 10:48 PMplaceholder
sets the image visible in the app during loading, not a @Preview replacement image.Sergey Y.
01/30/2022, 11:03 PMpreviewPlaceholder is removed. ImageRequest.placeholder is now automatically used if inspection mode is enabled.
Marcin Wisniowski
01/30/2022, 11:10 PMtools:src
in ImageView or previewPlaceholder
in the previous version of Coil. They don't affect the app, unlike what you are suggesting. I don't want my placeholder to be visible at runtime.Sergey Y.
01/30/2022, 11:16 PMMarcin Wisniowski
01/31/2022, 12:22 AM