From b190b56119cd28f141d0f64c141f25cb817f1476 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 22 Oct 2022 18:52:05 +0300 Subject: [PATCH] Fix build --- .../Sources/ChatMessageInteractiveInstantVideoNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Sources/ChatMessageInteractiveInstantVideoNode.swift b/submodules/TelegramUI/Sources/ChatMessageInteractiveInstantVideoNode.swift index 8b96cc9d98..954c1709a3 100644 --- a/submodules/TelegramUI/Sources/ChatMessageInteractiveInstantVideoNode.swift +++ b/submodules/TelegramUI/Sources/ChatMessageInteractiveInstantVideoNode.swift @@ -1189,7 +1189,7 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode { let introController = item.context.sharedContext.makePremiumIntroController(context: item.context, source: .settings) item.controllerInteraction.navigationController()?.pushViewController(introController, animated: true) - ApplicationSpecificNotice.incrementAudioTranscriptionSuggestion(accountManager: context.sharedContext.accountManager).start() + ApplicationSpecificNotice.incrementAudioTranscriptionSuggestion(accountManager: item.context.sharedContext.accountManager).start() } return false }) item.controllerInteraction.presentControllerInCurrent(tipController, nil)