marinofaggiana 5 năm trước cách đây
mục cha
commit
47b5ce8d14
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      iOSClient/Main/NCDetailViewController.swift

+ 2 - 0
iOSClient/Main/NCDetailViewController.swift

@@ -616,5 +616,7 @@ extension NCDetailViewController: NCViewerImageViewControllerDelegate, NCViewerI
         if let index = metadatas.firstIndex(where: { $0.ocId == metadata.ocId }) {
             metadatas[index] = self.metadata!
         }
+        
+        appDelegate.startLoadAutoDownloadUpload()
     }
 }