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-10-01 19:30:58 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-10-01 19:30:58 +0300
commit293393a0f89153ab3a9028ad67ec5b20250ff146 (patch)
treeb790fe5eb7ddfcfef8eb5d3c669797fecc032e54 /iOSClient
parentd8eb377ce01fd6c31cb0f6868cf2de564c4877d1 (diff)
coding
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/Files/NCFiles.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Files/NCFiles.swift b/iOSClient/Files/NCFiles.swift
index 227fd5165..8c429db8d 100644
--- a/iOSClient/Files/NCFiles.swift
+++ b/iOSClient/Files/NCFiles.swift
@@ -32,7 +32,7 @@ class NCFiles: NCCollectionViewCommon {
super.init(coder: aDecoder)
appDelegate.activeFiles = self
- titleCurrentFolder = NCBrandOptions.sharedInstance.brand
+ titleCurrentFolder = NCBrandOptions.sharedInstance.brand
layoutKey = k_layout_view_files
enableSearchBar = true
DZNimage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder"), width: 300, height: 300, color: NCBrandColor.sharedInstance.brandElement)