Fix display of empty notification.

This commit is contained in:
Jean-François Milants 2021-04-09 20:50:09 +02:00
parent 4560e9ed60
commit 57b4c3f0ed

View file

@ -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,