فهرست منبع

Avoid implicit retention warning. (#81)

Peter Andrews 4 سال پیش
والد
کامیت
60ca2bfd21
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GoogleSignIn/Sources/GIDSignIn.m

+ 1 - 1
GoogleSignIn/Sources/GIDSignIn.m

@@ -639,7 +639,7 @@ static const NSTimeInterval kMinimumRestoredAccessTokenTimeToExpire = 600.0;
         return;
       }
 
-      if (_currentOptions.addScopesFlow) {
+      if (self->_currentOptions.addScopesFlow) {
         [self->_currentUser updateAuthState:authState
                                 profileData:handlerAuthFlow.profileData];
       } else {