Skip to content

Commit 57b4c3f

Browse files
committed
Fix display of empty notification.
1 parent 4560e9e commit 57b4c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Notifications.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Notifications::Notifications(DisplayApp *app,
2626
alertNotificationService);
2727
validDisplay = true;
2828
} else {
29-
currentItem = std::make_unique<NotificationItem>("\nNotification",
29+
currentItem = std::make_unique<NotificationItem>("Notification",
3030
"No notification to display",
3131
0,
3232
notification.category,

0 commit comments

Comments
 (0)