소스 검색

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 년 전
부모
커밋
e9e7912dec
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      iOSClient/AppDelegate.swift

+ 0 - 1
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