B. Petersen před 4 roky
rodič
revize
1cd960eace
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0 5
      deltachat-ios/AppDelegate.swift

+ 0 - 5
deltachat-ios/AppDelegate.swift

@@ -485,12 +485,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         }
     }
 
-    func deleteCurrentAccount() {
-        _ = dcAccounts.remove(id: dcAccounts.getSelected().id)
-    }
-
     func installEventHandler() {
-
         DispatchQueue.global(qos: .background).async { [weak self] in
             guard let self = self else { return }
             let eventHandler = DcEventHandler(dcAccounts: self.dcAccounts)