This commit is contained in:
Ilya Laktyushin
2019-01-17 22:05:49 +04:00
parent 1270d99fc2
commit a43f219f13
39 changed files with 1877 additions and 1246 deletions

View File

@@ -5350,6 +5350,8 @@ public final class ChatController: TelegramController, KeyShortcutResponder, Gal
}
private func openUrl(_ url: String, concealed: Bool) {
self.commitPurposefulAction()
let openImpl: () -> Void = { [weak self] in
guard let strongSelf = self else {
return