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

@@ -55,8 +55,14 @@ final class BotCheckoutWebInteractionControllerNode: ViewControllerTracingNode,
configuration.userContentController = userController
webView = WKWebView(frame: CGRect(), configuration: configuration)
if #available(iOSApplicationExtension 9.0, *) {
webView.allowsLinkPreview = false
}
case .externalVerification:
webView = WKWebView()
if #available(iOSApplicationExtension 9.0, *) {
webView.allowsLinkPreview = false
}
webView.navigationDelegate = self
}
self.webView = webView