mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix serif-font bug and round font in avatar placeholders
This commit is contained in:
@@ -60,7 +60,7 @@ private struct ShareGridTransaction {
|
||||
let animated: Bool
|
||||
}
|
||||
|
||||
private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 17.0)!
|
||||
private let avatarFont = avatarPlaceholderFont(size: 17.0)
|
||||
|
||||
private func preparedGridEntryTransition(account: Account, from fromEntries: [SharePeerEntry], to toEntries: [SharePeerEntry], interfaceInteraction: ShareControllerInteraction) -> ShareGridTransaction {
|
||||
let (deleteIndices, indicesAndItems, updateIndices) = mergeListsStableWithUpdates(leftList: fromEntries, rightList: toEntries)
|
||||
|
||||
Reference in New Issue
Block a user