mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix custom emoji
This commit is contained in:
parent
05f1f19ab0
commit
3e9b0742d1
1 changed files with 1 additions and 1 deletions
|
|
@ -3250,7 +3250,7 @@ final class TextContentItemLayer: SimpleLayer {
|
|||
animation.animator.updateBounds(layer: self.renderNodeContainer, bounds: CGRect(origin: CGPoint(), size: effectiveContentFrame.size), completion: nil)
|
||||
|
||||
animation.animator.updatePosition(layer: self.renderNode.layer, position: effectiveContentFrame.center, completion: nil)
|
||||
animation.animator.updateBounds(layer: self.renderNode.layer, bounds: CGRect(origin: CGRect(origin: CGPoint(), size: effectiveContentFrame.size).center, size: effectiveContentFrame.size), completion: nil)
|
||||
animation.animator.updateBounds(layer: self.renderNode.layer, bounds: CGRect(origin: CGPoint(), size: effectiveContentFrame.size), completion: nil)
|
||||
|
||||
var staticContentMask = contentMask
|
||||
if let contentMask, self.isAnimating {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue