Marino Faggiana před 7 roky
rodič
revize
bbb4e7226c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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() {