mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Serialization update
This commit is contained in:
@@ -245,7 +245,7 @@ public class DrawingReactionEntityView: DrawingStickerEntityView {
|
||||
var animation: TelegramMediaFile?
|
||||
for reaction in availableReactions.reactions {
|
||||
if reaction.value == updateReaction.reaction {
|
||||
animation = reaction.selectAnimation
|
||||
animation = reaction.selectAnimation._parse()
|
||||
break
|
||||
}
|
||||
}
|
||||
@@ -274,7 +274,7 @@ public class DrawingReactionEntityView: DrawingStickerEntityView {
|
||||
var animation: TelegramMediaFile?
|
||||
for reaction in availableReactions.reactions {
|
||||
if reaction.value == updateReaction.reaction {
|
||||
animation = reaction.selectAnimation
|
||||
animation = reaction.selectAnimation._parse()
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user