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
There's not much we can do here. GraphicsLayer repainting is done at the system level, and it seems that Android aggressively stops layer updates for obscured layers. This does not happen on Skiko (i.e. this would work there), so it's seems like an optimisation somewhere in Android's drawing pipeline.
This might be because Dialog in Compose does not use window flags such as windowIsTranslucent, but there's no way for us to change that.
chrisbanes
changed the title
Blurred dialog
Blurred dialog not updating when source changes
Feb 16, 2025
Information
Expected Behavior
I want to create a blurred dialog
Actual Behavior
The code below makes the dialog blurred, but blur is't dynamic.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: