marinofaggiana преди 4 години
родител
ревизия
0b3b8b9a73
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      iOSClient/Networking/NCNetworkingNotificationCenter.swift

+ 2 - 0
iOSClient/Networking/NCNetworkingNotificationCenter.swift

@@ -114,6 +114,7 @@ import Foundation
                         NCManageDatabase.sharedInstance.setLocalFile(ocId: metadata.ocId, offline: true)
                         
                     default:
+                        
                         break
                     }
                             
@@ -130,6 +131,7 @@ import Foundation
                         NCManageDatabase.sharedInstance.deleteLocalFile(predicate: NSPredicate(format: "ocId == %@", metadata.ocId))
                         
                     } else {
+                        
                         NCContentPresenter.shared.messageNotification("_download_file_", description: errorDescription, delay: TimeInterval(k_dismissAfterSecond), type: NCContentPresenter.messageType.error, errorCode: errorCode)
                     }
                 }