mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Send non opaque images from pasteboard as stickers
Language suggestion alert Ability to create new contact from "tel:"-link context menu and chat search Upload date display for profile pictures Instant View improvements
This commit is contained in:
@@ -87,13 +87,7 @@ private func contentNodeMessagesAndClassesForItem(_ item: ChatMessageItem) -> [(
|
||||
return result
|
||||
}
|
||||
|
||||
private let nameFont: UIFont = {
|
||||
if #available(iOS 8.2, *) {
|
||||
return UIFont.systemFont(ofSize: 14.0, weight: UIFont.Weight.medium)
|
||||
} else {
|
||||
return CTFontCreateWithName("HelveticaNeue-Medium" as CFString, 14.0, nil)
|
||||
}
|
||||
}()
|
||||
private let nameFont = Font.medium(14.0)
|
||||
|
||||
private let inlineBotPrefixFont = Font.regular(14.0)
|
||||
private let inlineBotNameFont = nameFont
|
||||
|
||||
Reference in New Issue
Block a user