Marino Faggiana 6 年之前
父節點
當前提交
1a579b4761
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      iOSClient/Main/NCMainCommon.swift

+ 2 - 0
iOSClient/Main/NCMainCommon.swift

@@ -1013,6 +1013,7 @@ class NCNetworkingMain: NSObject, CCNetworkingDelegate {
         }
         
         if metadata.account != appDelegate.activeAccount {
+            NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
             return
         }
         
@@ -1142,6 +1143,7 @@ class NCNetworkingMain: NSObject, CCNetworkingDelegate {
         }
         
         if metadata.account != appDelegate.activeAccount {
+            NCMainCommon.sharedInstance.reloadDatasource(ServerUrl: serverUrl, fileID: fileID, action: Int32(k_action_MOD))
             return
         }