Jelajahi Sumber

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 tahun lalu
induk
melakukan
038e677deb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      iOSClient/Main/NCFunctionCenter.swift

+ 1 - 1
iOSClient/Main/NCFunctionCenter.swift

@@ -194,7 +194,7 @@ import Photos
 
         if CCUtility.fileProviderStorageExists(metadata) {
 
-            NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterDownloadedFile, userInfo: ["ocId": metadata.ocId, "selector": selector, "errorCode": 0, "errorDescription": "" ])
+            NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterDownloadedFile, userInfo: ["ocId": metadata.ocId, "selector": selector, "errorCode": 0, "errorDescription": "", "account": metadata.account])
 
         } else {