marinofaggiana 4 years ago
parent
commit
7439e2b7e7
1 changed files with 1 additions and 1 deletions
  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 {