-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
'Edit notes'-dialog shows blank shape behind text selection toolbar #343
Comments
Woah, that's the weirdest bug I've ever seen 😐 |
I'm still investigating, but I can't find a fix. It could depend on the Material Components Google library |
I just had a look at it and I assume that this is caused by setting birday/app/src/main/res/values/styles.xml Line 79 in 527de6f
birday/app/src/main/res/values/styles.xml Line 86 in 527de6f
I only did a quick test and removing this at least resolved the issue both when using the Monet theme and other themes, but I didn't check any of the other dialogs which are probably influenced by that as well. |
Thanks, I had no clue it could be the issue, but you're right! I'll remove this color, even if I'm probably using it to theme the preference dialogs or something similar 😕 |
Fixed this and other theme-related bugs in b04dbb1 , it was harder than I expected 😥 |
Steps to reproduce
Expected behavior
The text selection toolbar is displayed.
Actual behavior
The text selection toolbar is displayed, but a blank shape is visible behind the toolbar and in front of the note dialog partially covering the actual note.
birday_e.mp4
Birday version
4.4.3 (F-Droid)
Devices
Google Pixel 6a Android 14 (GrapheneOS) | LG G6 Android 9
Other details
On my LG I also tested the versions 4.2.0 and 4.3.0 where the issue can be reproduced as well.
The text was updated successfully, but these errors were encountered: