Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-09-01 10:43:57 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-09-01 10:43:57 +0300
commite2249bbd06a81130f480fad1c191b91d9d18f294 (patch)
treef3fa0d06b6611d4f489e1cee1eaaebcca63e9af1
parent4b5c1f4207caea94964ab128efdb9470686d325c (diff)
coding
-rw-r--r--iOSClient/AppDelegate.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/iOSClient/AppDelegate.m b/iOSClient/AppDelegate.m
index 1f6b20bbb..5dde46794 100644
--- a/iOSClient/AppDelegate.m
+++ b/iOSClient/AppDelegate.m
@@ -70,7 +70,6 @@
[[NCCommunicationCommon shared] setupWithDelegate:[NCNetworking shared]];
[[NCCommunicationCommon shared] setupWithUserAgent:[CCUtility getUserAgent]];
-
NSInteger logLevel = [CCUtility getLogLevel];
[[NCCommunicationCommon shared] setFileLogWithLevel:logLevel echo:true];
NSString *versionApp = [NSString stringWithFormat:@"%@.%@", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleShortVersionString"], [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]];
@@ -467,7 +466,7 @@
NSInteger serverVersionMajor = [[NCManageDatabase sharedInstance] getCapabilitiesServerIntWithAccount:account elements:NCElementsJSON.shared.capabilitiesVersionMajor];
if (serverVersionMajor > 0) {
[[NCCommunicationCommon shared] setupWithNextcloudVersion:serverVersionMajor];
- }
+ }
[[NCCommunicationCommon shared] setupWithWebDav:[[NCUtility shared] getWebDAVWithAccount:account]];
[[NCCommunicationCommon shared] setupWithDav:[[NCUtility shared] getDAV]];