-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlurView breaks Compose recomposition #195
Comments
Fascinating. |
Thanks for the quick response! The problem is very strange and the Compose itself seems to be to blame.
|
Yeah, I wouldn't consider setting a software layer even if it fixes the problem |
Hi, |
@anthony-fresneau-kiplin no updates. You can try to report it to Compose team, but not sure if they'd want to investigate it either. |
I tried handling it using a combination of View and Compose and it works. |
Can you elaborate on that @ruby-turn2cloud? |
@williankl I separate compose part and blur part like this:
|
Yup, I've tried this but still isn't working for me, unfortunately. Any other ideas or news? |
I reported this bug to Compose team, but they might just dismiss it and say I'm trying to do something stupid |
I'm trying to display a notification with a blur on top of all views. When a notification is shown, Compose stops updating, does not respond to clicks.
I wrote a small sample where this can be reproduced:
https://github.com/zakrodionov/ComposeBugStuckComposition
NotificationView.kt
ComposeFragment.kt
view_notification.xml
The text was updated successfully, but these errors were encountered: