marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
0b3b8b9a73
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)
                     }
                 }