diff --git a/msgNotificationService/NotificationService.swift b/msgNotificationService/NotificationService.swift index b52a3761c..8f481bbf7 100644 --- a/msgNotificationService/NotificationService.swift +++ b/msgNotificationService/NotificationService.swift @@ -89,7 +89,7 @@ class NotificationService: UNNotificationServiceExtension { if let message = message { let msgData = parseMessage(message: message) - if !message.isUsingUserDefaults, let badge = updateBadge() as NSNumber? { + if let badge = updateBadge() as NSNumber? { bestAttemptContent.badge = badge }