Closed
Bug 1909631
Opened 6 months ago
Closed 5 months ago
Rebuild in-app notification candidates list on intl:app-locales-changed
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(thunderbird132 fixed)
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
thunderbird132 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(1 file)
When the application locale is changed, we should re-evaluate what notification should be shown to the user, since the app locale is a criteria we use for filtering the notifications.
To do so we can listen to the intl:app-locales-changed
observer notification. When we see the notification we should push the cached notifications to the notification manager to trigger a re-evaluation.
Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 months ago
|
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/3de0bd94759b
Trigger in-app notification update when app locale changes. r=aleca
You need to log in
before you can comment on or make changes to this bug.
Description
•