From d6453c80bda9a23e850ab07fa2b1c9f1e60a67aa Mon Sep 17 00:00:00 2001 From: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:25:21 +0200 Subject: [PATCH] lint Signed-off-by: Marino Faggiana <8616947+marinofaggiana@users.noreply.github.com> --- iOSClient/AppDelegate.swift | 2 +- iOSClient/Share/NCShare.swift | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iOSClient/AppDelegate.swift b/iOSClient/AppDelegate.swift index 0c97f0c5c2..7515612033 100644 --- a/iOSClient/AppDelegate.swift +++ b/iOSClient/AppDelegate.swift @@ -597,7 +597,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD } DispatchQueue.global().async { NCMediaManager.shared.createCache(account: account) } - + NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterChangeUser) } diff --git a/iOSClient/Share/NCShare.swift b/iOSClient/Share/NCShare.swift index b88e2dd983..9127f3867c 100644 --- a/iOSClient/Share/NCShare.swift +++ b/iOSClient/Share/NCShare.swift @@ -380,8 +380,8 @@ extension NCShare: UITableViewDataSource { } } +// MARK: CNContactPickerDelegate -//MARK: CNContactPickerDelegate extension NCShare: CNContactPickerDelegate { func contactPicker(_ picker: CNContactPickerViewController, didSelect contact: CNContact) { if contact.emailAddresses.count > 1 { @@ -391,7 +391,7 @@ extension NCShare: CNContactPickerDelegate { networking?.getSharees(searchString: email) } } - + func showEmailList(arrEmail: [String]) { var actions = [NCMenuAction]() for email in arrEmail {