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
33f05a9a1d
commit
544b3fa08e
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue