Browse Source

clear code

Marino Faggiana 6 years ago
parent
commit
bbb4e7226c
1 changed files with 1 additions and 1 deletions
  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)
         let webVC = SwiftWebVC(urlString: link, hideToolbar: true)
         webVC.delegate = self
         webVC.delegate = self
-        navigationViewController.setViewControllers([webVC], animated: true) //pushViewController(webVC, animated: true)
+        navigationViewController.setViewControllers([webVC], animated: false)
     }
     }
     
     
     func didStartLoading() {
     func didStartLoading() {