diff --git a/app/Main/AppDelegate.swift b/app/Main/AppDelegate.swift index 6758bdf7..c0bf1a31 100644 --- a/app/Main/AppDelegate.swift +++ b/app/Main/AppDelegate.swift @@ -43,6 +43,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD let account = "<#account#>" let token = "<#token#>" + loadService() weak var weakSelf = self IMKitClient.instance.login(account, token, nil) { error in