Fix build

This commit is contained in:
Ilya Laktyushin 2024-01-15 17:12:01 +04:00
parent 41f943b5f1
commit bad36be2fb

View File

@ -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 { } else {
addCorners(context, arguments: arguments) addCorners(context, arguments: arguments)
} }