Adjust forward avatar inset

This commit is contained in:
Isaac
2024-04-19 00:03:01 +04:00
parent 49ac381b64
commit 4286199f6a

View File

@@ -352,7 +352,7 @@ public class ChatMessageForwardInfoNode: ASDisplayNode {
var authorAvatarInset: CGFloat = 0.0 var authorAvatarInset: CGFloat = 0.0
if peer != nil { if peer != nil {
authorAvatarInset = 19.0 authorAvatarInset = 20.0
} }
let resultSize: CGSize let resultSize: CGSize