thunderbird / thunderbird/thunderbird-android
Make sure the `SystemNotificationCommand` only executes when appropriated
Open
@rafaeltonholo is already working on this.
Since Jun 26, 2025.
type: enhancement
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
A system notification should be triggered when:
- The notification is a
SystemNotification - The notification is a
SystemNotificationAND it IS also anInAppNotificationAND the application is backgrounded
In cases that the SystemNotification is also an InAppNotification AND the app is in foreground, if the notification's severity IS IN Fatal AND Critical, the SystemNotification should be triggered as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.