Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1 KB

README.md

File metadata and controls

22 lines (12 loc) · 1 KB

Jetpack Compose's @Composable content to Bitmap conversion issue Demo

A sample to demonstrate issues observed around the guide for "Write contents of a composable to a bitmap" when the network image (like AsyncImage from Coil-kt) is used.

Issue: https://issuetracker.google.com/issues/305653364

Issues

Issue 1

In this issue, content is not getting drawn on the UI initially when a Modifier for capturing the content of composable to bitmap is used. But, content gets drawn on a UI when the Picture is converted to a Bitmap.

Record_2023-10-15-21-03-02.mp4

Issue 2

Like the above issue, content is not getting drawn on the UI initially but starts getting rendered when app is paused and resumed again.

Record_2023-10-15-21-03-35.mp4