mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix serif-font bug and round font in avatar placeholders
This commit is contained in:
@@ -11,7 +11,7 @@ import AccountContext
|
||||
import LocalizedPeerData
|
||||
|
||||
private let animationDurationFactor: Double = 1.0
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 16.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 16.0)
|
||||
|
||||
private protocol AbstractSwitchAccountItemNode {
|
||||
func updateLayout(maxWidth: CGFloat) -> (CGFloat, CGFloat, (CGFloat) -> Void)
|
||||
|
||||
Reference in New Issue
Block a user