Video avatar fixes

This commit is contained in:
Ilya Laktyushin
2020-07-12 15:58:43 +03:00
parent 64e7fe01d9
commit 5a6951703a
4 changed files with 21 additions and 9 deletions

View File

@@ -7013,7 +7013,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
value = self.presentationData.strings.Conversation_Dice_u1F3AF
case "🏀":
value = self.presentationData.strings.Conversation_Dice_u1F3C0
case "":
case "":
value = self.presentationData.strings.Conversation_Dice_u26BD
default:
let emojiHex = emoji.unicodeScalars.map({ String(format:"%02x", $0.value) }).joined().uppercased()