Fix display of empty notification.
This commit is contained in:
parent
4560e9ed60
commit
57b4c3f0ed
|
@ -26,7 +26,7 @@ Notifications::Notifications(DisplayApp *app,
|
|||
alertNotificationService);
|
||||
validDisplay = true;
|
||||
} else {
|
||||
currentItem = std::make_unique<NotificationItem>("\nNotification",
|
||||
currentItem = std::make_unique<NotificationItem>("Notification",
|
||||
"No notification to display",
|
||||
0,
|
||||
notification.category,
|
||||
|
|
Loading…
Reference in a new issue