mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix link opening from gallery
This commit is contained in:
parent
34e1924d8f
commit
bf3674c3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -653,7 +653,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
|||
}
|
||||
}, actionInteraction: GalleryControllerActionInteraction(openUrl: { [weak self] url, concealed in
|
||||
if let strongSelf = self {
|
||||
strongSelf.controllerInteraction?.openUrl(url, concealed, nil, nil)
|
||||
strongSelf.openUrl(url, concealed: concealed, message: nil)
|
||||
}
|
||||
}, openUrlIn: { [weak self] url in
|
||||
if let strongSelf = self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue