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 'iOSClient/Account Request/NCAccountRequest.swift')
-rw-r--r--iOSClient/Account Request/NCAccountRequest.swift8
1 files changed, 4 insertions, 4 deletions
diff --git a/iOSClient/Account Request/NCAccountRequest.swift b/iOSClient/Account Request/NCAccountRequest.swift
index c5d8bfd0f..5e01a814d 100644
--- a/iOSClient/Account Request/NCAccountRequest.swift
+++ b/iOSClient/Account Request/NCAccountRequest.swift
@@ -22,7 +22,7 @@
//
import UIKit
-import NCCommunication
+import NextcloudKit
public protocol NCAccountRequestDelegate: AnyObject {
func accountRequestAddAccount()
@@ -61,13 +61,13 @@ class NCAccountRequest: UIViewController {
titleLabel.text = NSLocalizedString("_account_select_", comment: "")
- closeButton.setImage(NCUtility.shared.loadImage(named: "xmark", color: NCBrandColor.shared.label), for: .normal)
+ closeButton.setImage(NCUtility.shared.loadImage(named: "xmark", color: .label), for: .normal)
tableView.tableFooterView = UIView(frame: CGRect(x: 0, y: 0, width: tableView.frame.size.width, height: 1))
tableView.separatorStyle = UITableViewCell.SeparatorStyle.none
- view.backgroundColor = NCBrandColor.shared.secondarySystemBackground
- tableView.backgroundColor = NCBrandColor.shared.secondarySystemBackground
+ view.backgroundColor = .secondarySystemBackground
+ tableView.backgroundColor = .secondarySystemBackground
progressView.trackTintColor = .clear
progressView.progress = 1