marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
7439e2b7e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Utility/NCContentPresenter.swift

+ 1 - 1
iOSClient/Utility/NCContentPresenter.swift

@@ -75,7 +75,7 @@ class NCContentPresenter: NSObject {
         else if errorCode == -1005 { return }   // Connection lost
         else if errorCode == 0 && type == messageType.error { return }
         
-        // No repeat message 
+        // No repeat message for:
         if errorCode == lastErrorCode {
             if errorCode ==  Int(CFNetworkErrors.cfurlErrorNotConnectedToInternet.rawValue) { return }
         } else {