mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit '371ec63cc7f54e2e267cc6f57a06eda5f23bd7e4'
This commit is contained in:
commit
7e4195a6eb
@ -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