marinofaggiana 4 years ago
parent
commit
8761bec38b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Main/Collection/NCCollectionViewCommon.swift

+ 2 - 0
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -415,6 +415,8 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
         if let userInfo = notification.userInfo as NSDictionary? {
             if let ocId = userInfo["ocId"] as? String {
                 
+                let _ = userInfo["account"] as? String ?? ""
+                let _ = userInfo["serverUrl"] as? String ?? ""
                 let progressNumber = userInfo["progress"] as? NSNumber ?? 0
                 let progress = progressNumber.floatValue
                 let status = userInfo["status"] as? Int ?? Int(k_metadataStatusNormal)