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