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

Some notifications aren't dismissed when the action is clicked #3780

Open
mueller-ma opened this issue Jul 23, 2024 · 1 comment
Open

Some notifications aren't dismissed when the action is clicked #3780

mueller-ma opened this issue Jul 23, 2024 · 1 comment
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@mueller-ma
Copy link
Member

Actual behaviour

Some notification actions aren't handled by NotificationHandlingReceiver where the notification would be dismissed.

The cannot be handled there, because starting an intent from the broadcast receiver isn't allowed on some Android versions. When the intent goes directly to the primary browser, I don't see a way to get a callback when the action button is pressed.

Expected behaviour

All notifications are dismissed when the action is used.

@mueller-ma mueller-ma added the bug Indicates an unexpected problem or unintended behavior label Jul 23, 2024
@maniac103
Copy link
Contributor

When the intent goes directly to the primary browser, I don't see a way to get a callback when the action button is pressed.

The only workaround that I can see would be w transparent proxy activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants