Emojis: Boost size of messages containing only emojis (not only one)

This commit is contained in:
manuroe
2017-08-08 14:14:00 +02:00
parent a28d1b5354
commit b4e7423701
+1 -1
View File
@@ -90,7 +90,7 @@
self.stateEventTextFont = [UIFont italicSystemFontOfSize:15];
self.callNoticesTextFont = [UIFont italicSystemFontOfSize:15];
self.encryptedMessagesTextFont = [UIFont italicSystemFontOfSize:15];
self.singleEmojiTextFont = [UIFont systemFontOfSize:48];
self.emojiOnlyTextFont = [UIFont systemFontOfSize:48];
}
return self;
}