mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
no message
This commit is contained in:
@@ -285,11 +285,11 @@ final class ContextControllerExtractedPresentationNode: ASDisplayNode, ContextCo
|
||||
animateReactionsIn = true
|
||||
}
|
||||
|
||||
reactionContextNode.reactionSelected = { [weak self] reaction in
|
||||
reactionContextNode.reactionSelected = { [weak self] reaction, isLarge in
|
||||
guard let strongSelf = self, let controller = strongSelf.getController() as? ContextController else {
|
||||
return
|
||||
}
|
||||
controller.reactionSelected?(reaction)
|
||||
controller.reactionSelected?(reaction, isLarge)
|
||||
}
|
||||
}
|
||||
contentTopInset += 70.0
|
||||
|
||||
Reference in New Issue
Block a user