mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Moderation sheet improvements
This commit is contained in:
@@ -403,7 +403,7 @@ public class ChatMessageForwardInfoNode: ASDisplayNode {
|
||||
if let current = node.avatarNode {
|
||||
avatarNode = current
|
||||
} else {
|
||||
avatarNode = AvatarNode(font: avatarPlaceholderFont(size: 11.0))
|
||||
avatarNode = AvatarNode(font: avatarPlaceholderFont(size: 8.0))
|
||||
node.avatarNode = avatarNode
|
||||
node.addSubnode(avatarNode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user