We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6794ea commit c091b17Copy full SHA for c091b17
src/displayapp/screens/WatchFaceMixed.cpp
@@ -358,7 +358,7 @@ void WatchFaceMixed::UpdateWeather() {
358
void WatchFaceMixed::Refresh() {
359
statusIcons.Update();
360
361
- notificationState = notificationManager.AreNewNotificationsAvailable();
+ notificationState = notificationManager.NbNotifications() > 0;
362
if (notificationState.IsUpdated()) {
363
lv_label_set_text_static(notificationIcon, NotificationIcon::GetIcon(notificationState.Get()));
364
}
0 commit comments