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
59fd09aaaa
commit
ab8f433658
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ private class ReactionCarouselNode: ASDisplayNode, UIScrollViewDelegate {
|
|||
let relativeAngle = calculateRelativeAngle(angle)
|
||||
let distance = abs(relativeAngle) / CGFloat.pi
|
||||
|
||||
var updatedAngle = angle
|
||||
let updatedAngle = angle
|
||||
// updatedAngle += 10 * cos(updatedAngle)
|
||||
|
||||
let point = CGPoint(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue