mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
fix reply in notif ios10
This commit is contained in:
parent
2d0072236d
commit
c5d65b5a94
1 changed files with 1 additions and 1 deletions
|
|
@ -1280,7 +1280,7 @@ static void linphone_iphone_popup_password_request(LinphoneCore *lc, const char
|
|||
}
|
||||
content.sound = [UNNotificationSound soundNamed:@"msg.caf"];
|
||||
content.categoryIdentifier = @"msg_cat";
|
||||
content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"call-id" : callID };
|
||||
content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"CallId" : callID };
|
||||
content.accessibilityLabel = @"Message notif";
|
||||
UNNotificationRequest *req =
|
||||
[UNNotificationRequest requestWithIdentifier:@"call_request" content:content trigger:NULL];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue