mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Adjust forward avatar inset
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user