From 84fdff598acc78445b3d257aaa79fa50dd390557 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 20 May 2016 16:55:59 +0200 Subject: [PATCH] Display all call events (invite, answer, hangup): Just fixed compilation due to change in the kit --- Vector/Utils/EventFormatter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vector/Utils/EventFormatter.m b/Vector/Utils/EventFormatter.m index 470764e24..e34c44462 100644 --- a/Vector/Utils/EventFormatter.m +++ b/Vector/Utils/EventFormatter.m @@ -63,7 +63,7 @@ self.bingTextFont = [UIFont systemFontOfSize:15]; } self.stateEventTextFont = [UIFont italicSystemFontOfSize:15]; - self.callInviteTextFont = [UIFont italicSystemFontOfSize:15]; + self.callNoticesTextFont = [UIFont italicSystemFontOfSize:15]; } return self; }