-
Notifications
You must be signed in to change notification settings - Fork 10
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
Stuck after changing UIMode light/dark #127
Comments
Hello @myounis97, thanks for the bug report. I can confirm this behavior. I will have a look into it 👀 |
This has been fixed in #130. You're right that However for some reason The fix will be available in version |
* chore: add example app for easier debugging * fix: click modifier not working after config change (issue #127)
@myounis97 By the way, what a funny coincidence that your library has a similar name 😁 |
Thanks for your efforts 🚀 |
Describe the bug
After switching from/to light/dark mode the overlay view becomes not clickable and the content under the overlay becomes clickable
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The overlay should intercept click events not the content behind it
Smartphone (please complete the following information):
Additional Context
This line becomes null after configuration change
val rev by rememberUpdatedState(currentRevealable.value)
So the launched effect only takes the alpha as key and it would not update the clickModifier
The text was updated successfully, but these errors were encountered: