From bc2fcb895363fdd2a9385f7a754e2669dc47bad5 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 10 Dec 2020 14:26:38 +0400 Subject: [PATCH] Fix build --- submodules/TelegramCallsUI/Sources/VoiceChatActionButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCallsUI/Sources/VoiceChatActionButton.swift b/submodules/TelegramCallsUI/Sources/VoiceChatActionButton.swift index 2219442980..46b3a0bab8 100644 --- a/submodules/TelegramCallsUI/Sources/VoiceChatActionButton.swift +++ b/submodules/TelegramCallsUI/Sources/VoiceChatActionButton.swift @@ -393,7 +393,7 @@ private final class VoiceChatActionButtonBackgroundNode: ASDisplayNode { private let maskBlobView: VoiceBlobView private let maskCircleLayer = CAShapeLayer() - private let maskProgressLayer = CAShapeLayer() + fileprivate let maskProgressLayer = CAShapeLayer() private let maskMediumBlobLayer = CAShapeLayer() private let maskBigBlobLayer = CAShapeLayer()