fix badge app icons

This commit is contained in:
Danmei Chen 2020-06-26 14:51:35 +02:00
parent 21156a7746
commit 82a8a8689c

View file

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