From 3c6644ca8c1e1abf492f6e288c9debd55dee4753 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Wed, 10 Apr 2024 19:43:57 +0200 Subject: [PATCH] fdoNotificationDaemon: Don't reshow a banner for updated notifications There is arguably some room for interpretation but the notification specs suggest that a notification should be updated without any "visual cues" therefore the notification shouldn't show a banner again when it's replaced. --- js/ui/notificationDaemon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index 540ef2715..6081303a8 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -206,7 +206,6 @@ class FdoNotificationDaemon { gicon, useBodyMarkup: true, sound: new MessageTray.Sound(soundFile, hints['sound-name']), - acknowledged: false, }); notification.clearActions();