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:
Diffstat (limited to 'Share/NCShareExtension+DataSource.swift')
-rw-r--r--Share/NCShareExtension+DataSource.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Share/NCShareExtension+DataSource.swift b/Share/NCShareExtension+DataSource.swift
index a3c07e69f..64ad5f8fc 100644
--- a/Share/NCShareExtension+DataSource.swift
+++ b/Share/NCShareExtension+DataSource.swift
@@ -22,7 +22,7 @@
//
import UIKit
-import NCCommunication
+import NextcloudKit
// MARK: - Collection View (target folder)
@@ -67,7 +67,7 @@ extension NCShareExtension: UICollectionViewDataSource {
cell.fileObjectId = metadata.ocId
cell.fileUser = metadata.ownerId
cell.labelTitle.text = metadata.fileNameView
- cell.labelTitle.textColor = NCBrandColor.shared.label
+ cell.labelTitle.textColor = .label
cell.imageSelect.image = nil
cell.imageStatus.image = nil