mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -723,12 +723,6 @@ public class ChatMessageItemView: ListViewItemNode, ChatMessageItemNodeProtocol
|
||||
}
|
||||
}
|
||||
|
||||
override public func layoutAccessoryItemNode(_ accessoryItemNode: ListViewAccessoryItemNode, leftInset: CGFloat, rightInset: CGFloat) {
|
||||
if let avatarNode = accessoryItemNode as? ChatMessageAvatarAccessoryItemNode {
|
||||
avatarNode.frame = CGRect(origin: CGPoint(x: leftInset + 3.0, y: self.apparentFrame.height - 38.0 - self.insets.top - 2.0 - UIScreenPixel), size: CGSize(width: 38.0, height: 38.0))
|
||||
}
|
||||
}
|
||||
|
||||
func cancelInsertionAnimations() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user