mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix badge app icons
This commit is contained in:
parent
21156a7746
commit
82a8a8689c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue