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

Provided CompositionLocal values is not provided inside cloudy #11

Closed qavan closed 1 year ago

qavan commented 1 year ago

Is your feature request related to a problem?

Provided composition locals lost.

Describe the solution you'd like:

Add parameter compositionContext/parentCompositionContext = rememberCompositionContext().

skydoves commented 1 year ago

Hey @qavan, would you expand on this? Thanks!