mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
fix reply in notif ios10
This commit is contained in:
parent
74f45effc9
commit
e7f17552ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1272,7 +1272,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