mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Recent actions improvements
This commit is contained in:
@@ -395,7 +395,7 @@ public final class ChatMessageActionButtonsNode: ASDisplayNode {
|
||||
public func updateAbsoluteRect(_ rect: CGRect, within containerSize: CGSize) {
|
||||
self.absolutePosition = (rect, containerSize)
|
||||
|
||||
for button in buttonNodes {
|
||||
for button in self.buttonNodes {
|
||||
var buttonFrame = button.frame
|
||||
buttonFrame.origin.x += rect.minX
|
||||
buttonFrame.origin.y += rect.minY
|
||||
|
||||
Reference in New Issue
Block a user