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:
authorMarino Faggiana <marino@marinofaggiana.com>2022-10-27 18:12:12 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-10-27 18:12:12 +0300
commite9e7912decdf01f6cc53064cabd30b9524e1005a (patch)
tree31345d30950cb768829804be31e97667ca7a0201 /iOSClient/AppDelegate.swift
parentd447afe6d961bb23b05416188446b87d81c2ef38 (diff)
coding
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Diffstat (limited to 'iOSClient/AppDelegate.swift')
-rw-r--r--iOSClient/AppDelegate.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/iOSClient/AppDelegate.swift b/iOSClient/AppDelegate.swift
index e1e84908d..f05e7b309 100644
--- a/iOSClient/AppDelegate.swift
+++ b/iOSClient/AppDelegate.swift
@@ -907,7 +907,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
func getMatchedAccount(userId: String, url: String) -> tableAccount? {
if let activeAccount = NCManageDatabase.shared.getActiveAccount() {
-
let urlBase = URL(string: activeAccount.urlBase)
if url.contains(urlBase?.host ?? "") && userId == activeAccount.userId {
return activeAccount