Fix display of empty notification.

main
Jean-François Milants 2021-04-09 20:50:09 +07:00
parent 4560e9ed60
commit 57b4c3f0ed
1 changed files with 1 additions and 1 deletions

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