Переглянути джерело

Ensure calls to GSI are made on the main thread.

Peter Andrews 3 роки тому
батько
коміт
c57d715ff8

+ 1 - 0
Samples/Swift/DaysUntilBirthday/Shared/Services/GoogleSignInAuthenticator.swift

@@ -23,6 +23,7 @@ import AppKit
 #endif
 
 /// An observable class for authenticating via Google.
+@MainActor
 final class GoogleSignInAuthenticator {
   private var authViewModel: AuthenticationViewModel