Fix build

This commit is contained in:
Ilya Laktyushin
2022-10-22 18:55:06 +03:00
parent b190b56119
commit af9d136623
2 changed files with 2 additions and 2 deletions

View File

@@ -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: item.context.sharedContext.accountManager).start()
let _ = ApplicationSpecificNotice.incrementAudioTranscriptionSuggestion(accountManager: item.context.sharedContext.accountManager).start()
}
return false })
item.controllerInteraction.presentControllerInCurrent(tipController, nil)