Run post-auth state check with main actor task

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-10-15 14:21:03 +08:00
parent 3d1a5e34bd
commit 46ac0f94da
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -145,6 +145,7 @@ extension FileProviderExtension: NSFileProviderServicing, ChangeNotificationInte
)
}
Task { @MainActor in
let newNcAccount =
Account(user: user, id: userId, serverUrl: serverUrl, password: password)
guard newNcAccount != ncAccount else { return }
@ -166,6 +167,7 @@ extension FileProviderExtension: NSFileProviderServicing, ChangeNotificationInte
signalEnumeratorAfterAccountSetup()
}
}
}
@objc func removeAccountConfig() {
Logger.fileProviderExtension.info(