Timecode message text entities

Languages in settings search
This commit is contained in:
Ilya Laktyushin
2019-03-23 14:31:03 +04:00
parent a2ee837531
commit dbfa8cc3ea
47 changed files with 4035 additions and 3486 deletions

View File

@@ -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()
}