Marino Faggiana hace 7 años
padre
commit
bbb4e7226c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Richdocument/NCRichdocument.swift

+ 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() {