skydoves / Cloudy

☁️ Jetpack Compose blur effect library, which falls back onto a CPU-based implementation to support older API levels.
Apache License 2.0
789 stars 28 forks source link

Children not visible inside dialog #9

Closed BrianMwas closed 1 month ago

BrianMwas commented 1 year ago

Please complete the following information:

Describe the Bug:

Using Cloudy in a Display composable Dows not allow other components to be drawn. It works well but anything inside it does not show

Expected Behavior:

When I use Cloudy within a Dialog it should allow me to see the children nested inside a container or layout

vickyleu commented 1 year ago

same

skydoves commented 1 month ago

Hey guys, the new version 0.2.0 has been released, and now you can resolve this issue by using the Modifier.cloudy modifier instead of the Cloudy composable function.