From 228d85a8615c07574fc836871a1a4498493ac637 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 6 Feb 2026 18:09:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Mark=20`promptToEnableInte?= =?UTF-8?q?grations`=20as=20MainActor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/App/AppDelegate+InterApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Domain/App/AppDelegate+InterApp.swift b/phpmon/Domain/App/AppDelegate+InterApp.swift index fc51c16a..9afc6020 100644 --- a/phpmon/Domain/App/AppDelegate+InterApp.swift +++ b/phpmon/Domain/App/AppDelegate+InterApp.swift @@ -42,7 +42,7 @@ extension AppDelegate { ) } - private func promptToEnableIntegrations() -> Bool { + @MainActor private func promptToEnableIntegrations() -> Bool { UserDefaults.standard.set(true, forKey: PersistentAppState.didPromptForIntegrations.rawValue) UserDefaults.standard.synchronize()