marinofaggiana 5 years ago
parent
commit
47b5ce8d14
1 changed files with 2 additions and 0 deletions
  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()
     }
 }