You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalStateException: Recording currently in progress - missing #endRecording() call?
at android.graphics.RenderNode.beginRecording(RenderNode.java:484)
at android.graphics.RenderNode.beginRecording(RenderNode.java:503)
...
This PR adds in support for multiple `Modifier.haze` nodes attached to a
`HazeState`. This means that there can be N haze nodes, and M hazeChild
nodes attached to a state.
This has a number of use cases which I'll document, but the main one is
the overlapping area use case:
https://github.com/user-attachments/assets/e7c71898-4988-47f1-b094-c43e6bce7422
- [x] Benchmark performance
- [x] Write docs
Fixes#425, #443
Information
Expected Behavior
Actual Behavior
Crash with stack trace:
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: