Skip to content
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

Fix image not showing in notification when notifications are set to show at bottom of screen. #12623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredcw
Copy link
Contributor

@fredcw fredcw commented Jan 11, 2025

It seems that merely reading the height property of StBin before queue-redraw signal causes the image in the notification to disappear. This fixes the issue but whether it fixes the real cause of the bug, I'm not sure - I don't know if accessing the height property of StBin before queue-redraw is allowed or not supposed to have any side effects.

Fixes: #12613

...notification when notifications are set to show at bottom of screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notifications from Chromium-based browsers are missing images when set to appear at the bottom of the screen.
1 participant