pinlu 3 жил өмнө
parent
commit
3d0f25dd47

+ 1 - 1
GoogleSignIn/Sources/GIDGoogleUser.m

@@ -200,7 +200,7 @@ static NSTimeInterval const kMinimalTimeToExpire = 60.0;
        completion:(nullable void (^)(GIDUserAuth *_Nullable userAuth,
                                      NSError *_Nullable error))completion {
   [GIDSignIn.sharedInstance addScopes:scopes
-             presentingViewController:presentingWindow
+                     presentingWindow:presentingWindow
                            completion:completion];
 }