mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
remove debug print
This commit is contained in:
parent
becd5e2b14
commit
c20948ebf8
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class NotificationService: UNNotificationServiceExtension {
|
|||
stopCore()
|
||||
|
||||
bestAttemptContent.sound = UNNotificationSound(named: UNNotificationSoundName(rawValue: "msg.caf"))
|
||||
bestAttemptContent.title = NSLocalizedString("Message received", comment: "") + " [extension]"
|
||||
bestAttemptContent.title = NSLocalizedString("Message received", comment: "")
|
||||
if let subtitle = msgData?.subtitle {
|
||||
bestAttemptContent.subtitle = subtitle
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue