mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Adjust forward avatar inset
This commit is contained in:
@@ -352,7 +352,7 @@ public class ChatMessageForwardInfoNode: ASDisplayNode {
|
||||
|
||||
var authorAvatarInset: CGFloat = 0.0
|
||||
if peer != nil {
|
||||
authorAvatarInset = 19.0
|
||||
authorAvatarInset = 20.0
|
||||
}
|
||||
|
||||
let resultSize: CGSize
|
||||
|
||||
Reference in New Issue
Block a user