marinofaggiana 4 years ago
parent
commit
86ddfee3ac
2 changed files with 1 additions and 2 deletions
  1. 1 1
      Cartfile.resolved
  2. 0 1
      iOSClient/AppDelegate.m

+ 1 - 1
Cartfile.resolved

@@ -19,7 +19,7 @@ github "marinofaggiana/AFNetworking" "2967678c3e0e98c9b8d7e06222ad12d1f49c26f2"
 github "marinofaggiana/KTVHTTPCache" "2.0.2"
 github "marinofaggiana/TOPasscodeViewController" "0.0.6"
 github "marinofaggiana/XLForm" "eb9381ad8129f60402bf412250fb31b95a628a08"
-github "nextcloud/ios-communication-library" "79e81155621f885fbee062dac628d4adc85296e5"
+github "nextcloud/ios-communication-library" "8b85c8a924a86d92bb43412248b025f2e2de18b2"
 github "realm/realm-cocoa" "v4.4.1"
 github "rechsteiner/Parchment" "v1.7.0"
 github "scenee/FloatingPanel" "v1.7.4"

+ 0 - 1
iOSClient/AppDelegate.m

@@ -66,7 +66,6 @@
     // Networking
     [[NCCommunicationCommon shared] setupWithDelegate:[NCNetworking sharedInstance]];
     [[NCCommunicationCommon shared] setupWithUserAgent:[CCUtility getUserAgent] capabilitiesGroup:[NCBrandOptions sharedInstance].capabilitiesGroups];
-    [[NCCommunication shared] startNetworkReachabilityObserver];
     
     // Verify upgrade
     if ([self upgrade]) {