mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Folders
This commit is contained in:
@@ -519,6 +519,13 @@ public class ItemListFolderInviteLinkItemNode: ListViewItemNode, ItemListItemNod
|
||||
shimmerNode.updateAbsoluteRect(rect, within: size)
|
||||
}
|
||||
|
||||
if itemListHasRoundedBlockLayout(params) {
|
||||
shimmerNode.clipsToBounds = true
|
||||
shimmerNode.cornerRadius = 11.0
|
||||
} else {
|
||||
shimmerNode.cornerRadius = 0.0
|
||||
}
|
||||
|
||||
let lineWidth: CGFloat = 180.0
|
||||
let lineDiameter: CGFloat = 12.0
|
||||
let titleFrame = strongSelf.invitedPeersNode.frame
|
||||
|
||||
Reference in New Issue
Block a user