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
path: root/Share
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-12-15 00:47:56 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-12-15 00:47:56 +0300
commit25b2b1c7fb031eb4f39c0b6b40b6f8c603cb90f0 (patch)
treedd51a5c1d3b03bc9b9f3be6c35018aa0206a47af /Share
parentf8d2c44c274df64a231ce141a662b52ec948f3d7 (diff)
clear code
Diffstat (limited to 'Share')
-rw-r--r--Share/ShareViewController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Share/ShareViewController.m b/Share/ShareViewController.m
index 329f7de44..1dbf17623 100644
--- a/Share/ShareViewController.m
+++ b/Share/ShareViewController.m
@@ -180,8 +180,9 @@
NSString *themingColor = [[NCManageDatabase shared] getCapabilitiesServerStringWithAccount:self.account elements:NCElementsJSON.shared.capabilitiesThemingColor];
NSString *themingColorElement = [[NCManageDatabase shared] getCapabilitiesServerStringWithAccount:self.account elements:NCElementsJSON.shared.capabilitiesThemingColorElement];
NSString *themingColorText = [[NCManageDatabase shared] getCapabilitiesServerStringWithAccount:self.account elements:NCElementsJSON.shared.capabilitiesThemingColorText];
- [CCGraphics settingThemingColor:themingColor themingColorElement:themingColorElement themingColorText:themingColorText];
+ [NCUtility.shared settingThemingColor:themingColor themingColorElement:themingColorElement themingColorText:themingColorText];
}
+
self.navigationController.navigationBar.barTintColor = NCBrandColor.shared.brand;
self.navigationController.navigationBar.tintColor = NCBrandColor.shared.brandText;