mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-16 01:16:57 +00:00
Timecode message text entities
Languages in settings search
This commit is contained in:
@@ -504,7 +504,7 @@ final class ChatMessageInteractiveFileNode: ASDisplayNode {
|
||||
if strongSelf.consumableContentNode.image !== consumableContentIcon {
|
||||
strongSelf.consumableContentNode.image = consumableContentIcon
|
||||
}
|
||||
strongSelf.consumableContentNode.frame = CGRect(origin: CGPoint(x: descriptionFrame.maxX + 2.0, y: descriptionFrame.minY + 5.0), size: consumableContentIcon.size)
|
||||
strongSelf.consumableContentNode.frame = CGRect(origin: CGPoint(x: descriptionFrame.maxX + 5.0, y: descriptionFrame.minY + 5.0), size: consumableContentIcon.size)
|
||||
} else if strongSelf.consumableContentNode.supernode != nil {
|
||||
strongSelf.consumableContentNode.removeFromSupernode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user