mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
use new lime api
This commit is contained in:
parent
f4692392a4
commit
e8765370c6
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ static const CGFloat NOTIFIED_CELL_HEIGHT = 44;
|
|||
eventString = [NSString stringWithFormat:NSLocalizedString(@"Multidevice detected from %@", nil),participant];
|
||||
eventColor = [UIColor redColor];
|
||||
break;
|
||||
case LinphoneSecurityEventTypeLimeIdentityKeyChanged:
|
||||
case LinphoneSecurityEventTypeEncryptionIdentityKeyChanged:
|
||||
case LinphoneSecurityEventTypeManInTheMiddleDetected:
|
||||
if (!participant)
|
||||
eventString = [NSString stringWithFormat:NSLocalizedString(@"Security alert", nil)];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue