From e8765370c68d53488abc3fe85949bba47b08a3e8 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Tue, 4 Dec 2018 12:52:03 +0100 Subject: [PATCH] use new lime api --- Classes/LinphoneUI/UIChatNotifiedEventCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneUI/UIChatNotifiedEventCell.m b/Classes/LinphoneUI/UIChatNotifiedEventCell.m index eeb947159..2432468b7 100644 --- a/Classes/LinphoneUI/UIChatNotifiedEventCell.m +++ b/Classes/LinphoneUI/UIChatNotifiedEventCell.m @@ -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)];