mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix build
This commit is contained in:
@@ -85,7 +85,7 @@ private class StarComponent: Component {
|
||||
}
|
||||
|
||||
if node.animationKeys.contains("tapRotate") {
|
||||
self.playAppearanceAnimation(velocity: nil, mirror: left, boom: true)
|
||||
self.playAppearanceAnimation(velocity: nil, mirror: left, explode: true)
|
||||
return
|
||||
}
|
||||
|
||||
@@ -176,7 +176,7 @@ private class StarComponent: Component {
|
||||
self.setupGradientAnimation()
|
||||
self.setupShineAnimation()
|
||||
|
||||
self.playAppearanceAnimation(boom: true)
|
||||
self.playAppearanceAnimation(explode: true)
|
||||
}
|
||||
|
||||
private func setupGradientAnimation() {
|
||||
|
||||
Reference in New Issue
Block a user