Describe the bug
The AsyncImage composable takes up all the possible space when the image (provided via URL) is not resolved.
To Reproduce
In the following snippet, the rendered screen should contain just a red box. Instead nothing is displayed, as the empty AsyncImage takes up the full height of the screen, pushing the box to the bottom, outside the screen.
Describe the bug The AsyncImage composable takes up all the possible space when the image (provided via URL) is not resolved.
To Reproduce In the following snippet, the rendered screen should contain just a red box. Instead nothing is displayed, as the empty AsyncImage takes up the full height of the screen, pushing the box to the bottom, outside the screen.
Version kt-coil, coil-compose 2.6.0