marinofaggiana 4 年之前
父節點
當前提交
3848ebd411
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Files/NCFiles.swift

+ 1 - 1
iOSClient/Files/NCFiles.swift

@@ -39,7 +39,7 @@ class NCFiles: NCCollectionViewCommon  {
     }
     
     override func viewWillAppear(_ animated: Bool) {
-        appDelegate.activeServerUrl = self.serverUrl
+        appDelegate.activeServerUrl = serverUrl
         super.viewWillAppear(animated)
     }