Marino Faggiana 6 жил өмнө
parent
commit
bbb4e7226c

+ 1 - 1
iOSClient/Richdocument/NCRichdocument.swift

@@ -36,7 +36,7 @@ class NCRichdocument: NSObject, SwiftWebVCDelegate {
         
         let webVC = SwiftWebVC(urlString: link, hideToolbar: true)
         webVC.delegate = self
-        navigationViewController.setViewControllers([webVC], animated: true) //pushViewController(webVC, animated: true)
+        navigationViewController.setViewControllers([webVC], animated: false)
     }
     
     func didStartLoading() {