mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
41f943b5f1
commit
bad36be2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -2185,7 +2185,7 @@ public func chatSecretMessageVideo(account: Account, userLocation: MediaResource
|
|||
}
|
||||
}
|
||||
|
||||
if arguments.corners.topLeft > 40.0 {
|
||||
if arguments.corners.topLeft.radius > 40.0 {
|
||||
} else {
|
||||
addCorners(context, arguments: arguments)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue