mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Link preview update
This commit is contained in:
@@ -324,7 +324,7 @@ public final class AuthorizationSequenceController: NavigationController, MFMail
|
||||
}).start()
|
||||
})]), on: .root, blockInteraction: false, completion: {})
|
||||
})
|
||||
], actionLayout: .vertical)
|
||||
], actionLayout: .vertical, dismissOnOutsideTap: true)
|
||||
contentNode.textAttributeAction = (NSAttributedString.Key(rawValue: TelegramTextAttributes.URL), { value in
|
||||
if let value = value as? String {
|
||||
strongSelf.openUrl(value)
|
||||
|
||||
Reference in New Issue
Block a user