We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1d7dd commit 6eaa930Copy full SHA for 6eaa930
src/displayapp/screens/Notifications.cpp
@@ -24,6 +24,7 @@ Notifications::Notifications(DisplayApp* app,
24
settingsController {settingsController},
25
wakeLock(systemTask),
26
mode {mode} {
27
+
28
notificationManager.ClearNewNotificationFlag();
29
auto notification = notificationManager.GetLastNotification();
30
if (notification.valid) {
0 commit comments