mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes for media streaming
Preload next track when playing music Added ability to resend failed messages
This commit is contained in:
@@ -401,7 +401,7 @@ public func openExternalUrl(account: Account, context: OpenURLContext = .generic
|
||||
account.telegramApplicationContext.applicationBindings.dismissNativeController()
|
||||
|
||||
navigationController.view.window?.endEditing(true)
|
||||
account.telegramApplicationContext.applicationBindings.getWindowHost()?.present(controller, on: .root)
|
||||
account.telegramApplicationContext.applicationBindings.getWindowHost()?.present(controller, on: .root, blockInteraction: false)
|
||||
}
|
||||
}
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user