Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Oct 18, 2023
1 parent a0f20cd commit d6453c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iOSClient/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
}

DispatchQueue.global().async { NCMediaManager.shared.createCache(account: account) }

NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterChangeUser)
}

Expand Down
4 changes: 2 additions & 2 deletions iOSClient/Share/NCShare.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -391,7 +391,7 @@ extension NCShare: CNContactPickerDelegate {
networking?.getSharees(searchString: email)
}
}

func showEmailList(arrEmail: [String]) {
var actions = [NCMenuAction]()
for email in arrEmail {
Expand Down

0 comments on commit d6453c8

Please sign in to comment.