mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
Fix
This commit is contained in:
parent
765bca915e
commit
371ec63cc7
@ -293,7 +293,7 @@ public final class GiftItemComponent: Component {
|
||||
cornerRadius = 10.0
|
||||
case .profile:
|
||||
size = availableSize
|
||||
let side = floor(88.0 * availableSize.width / 116.0)
|
||||
let side = floor(88.0 * availableSize.height / 116.0)
|
||||
iconSize = CGSize(width: side, height: side)
|
||||
cornerRadius = 10.0
|
||||
case .thumbnail:
|
||||
|
Loading…
x
Reference in New Issue
Block a user