diff --git a/SFM.System/StandaloneApplicationDelegate.swift b/SFM.System/StandaloneApplicationDelegate.swift index 6b833b0..8f4b902 100644 --- a/SFM.System/StandaloneApplicationDelegate.swift +++ b/SFM.System/StandaloneApplicationDelegate.swift @@ -8,10 +8,10 @@ class StandaloneApplicationDelegate: ApplicationDelegate { func applicationWillFinishLaunching(_: Notification) { Variant.useSystemExtension = true LibboxSetXPCDialer(CommandXPCDialer.shared) - UserServiceEndpointPublisher.shared.start() Task { await setupSystemExtension() await HelperServiceManager.updateRootHelperIfNeeded() + UserServiceEndpointPublisher.shared.start() } }