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:
@@ -45,7 +45,7 @@ public class LocationBroadcastActionSheetItem: ActionSheetItem {
|
||||
}
|
||||
}
|
||||
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 15.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 15.0)
|
||||
|
||||
public class LocationBroadcastActionSheetItemNode: ActionSheetItemNode {
|
||||
private let theme: ActionSheetControllerTheme
|
||||
|
||||
Reference in New Issue
Block a user