mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Fix build
This commit is contained in:
parent
0f2cb9143f
commit
6ff33bb0d9
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class LocalPushProvider: NEAppPushProvider {
|
|||
if (message.hasConferenceInvitationContent()) {
|
||||
messageContent = NSLocalizedString("📅 You are invited to a meeting", comment: "")
|
||||
} else {
|
||||
messageContent = message.hasTextContent() ? message.utf8Text : "🗻"
|
||||
messageContent = message.hasTextContent() ? message.utf8Text ?? "" : "🗻"
|
||||
}
|
||||
|
||||
let content = UNMutableNotificationContent()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue