no message

This commit is contained in:
Peter
2017-08-15 14:44:14 +03:00
parent b6ded073ad
commit cbbcb12b3b
200 changed files with 4890 additions and 1362 deletions

View File

@@ -68,6 +68,8 @@ class ChatDocumentGalleryItemNode: GalleryItemNode {
init(account: Account, theme: PresentationTheme, strings: PresentationStrings) {
if #available(iOS 9.0, *) {
let webView = WKWebView()
webView.allowsLinkPreview = false
webView.allowsBackForwardNavigationGestures = false
self.webView = webView
} else {
let webView = UIWebView()