mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Reaction improvements
This commit is contained in:
@@ -285,7 +285,7 @@ public final class ChatMessageTransitionNode: ASDisplayNode {
|
||||
|
||||
var currentContentRect = self.contextSourceNode.contentRect
|
||||
let contextSourceNode = self.contextSourceNode
|
||||
self.contextSourceNode.layoutUpdated = { [weak self, weak contextSourceNode] size in
|
||||
self.contextSourceNode.layoutUpdated = { [weak self, weak contextSourceNode] size, _ in
|
||||
guard let strongSelf = self, let contextSourceNode = contextSourceNode, strongSelf.contextSourceNode === contextSourceNode else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user