mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
8563fa6abd
@ -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