From 544b3fa08ed5b4ceab7fbf896d32d6f4bfb65cd5 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Wed, 11 May 2022 20:16:23 +0400 Subject: [PATCH] Fix build --- submodules/PremiumUI/Sources/PremiumIntroScreen.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/PremiumUI/Sources/PremiumIntroScreen.swift b/submodules/PremiumUI/Sources/PremiumIntroScreen.swift index 0643aabcc9..597c32b760 100644 --- a/submodules/PremiumUI/Sources/PremiumIntroScreen.swift +++ b/submodules/PremiumUI/Sources/PremiumIntroScreen.swift @@ -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() {