Skip to content

PatilShreyas/compose-capture2bitmap-issue

Repository files navigation

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

About

Reproducing issue in Jetpack Compose while capturing Bitmap content from a Composable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages