Display all call events (invite, answer, hangup): Just fixed compilation due to change in the kit

This commit is contained in:
manuroe
2016-05-20 16:55:59 +02:00
parent 4ea20811b7
commit 84fdff598a
+1 -1
View File
@@ -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;
}