You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: