浏览代码

clear code

Marino Faggiana 6 年之前
父节点
当前提交
bbb4e7226c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {