thunderbird/thunderbird-android

Ask for notification permission when enabling account notifications

Open

#7.554 geöffnet am 24. Jan. 2024

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (2.734 Forks)batch import
good first issuepriority: medium

Repository-Metriken

Stars
 (13.479 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 4h) (81 gemergte PRs in 30 T)

Beschreibung

Currently the app is only asking for the notification permission during onboarding. But if the user doesn't grant the permission then, the app should ask again when the user enables notifications for an account (either when adding an additional account or via account settings).

We'll also have to handle the case where the user has denied the permission already and point them to the correct Android screen to reverse that decision.

Open question: What should the app do when it notices the notification permission has been revoked, but notifications are enabled inside the app?

Contributor Guide