mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user