fix crash

This commit is contained in:
Benjamin Reis 2018-10-03 17:14:29 +02:00
parent 7ba42ce009
commit f68bdec57b

View file

@ -685,6 +685,9 @@
userInfo:sheet
repeats:NO];
} else if ([response.notification.request.content.categoryIdentifier isEqual:@"zrtp_request"]) {
if (!call)
return;
NSString *code = [NSString stringWithUTF8String:linphone_call_get_authentication_token(call)];
NSString *myCode;
NSString *correspondantCode;