Skip to content

Commit

Permalink
Avoid implicit retention warning. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
petea authored Dec 17, 2021
1 parent 6359452 commit 60ca2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleSignIn/Sources/GIDSignIn.m
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ - (void)addSaveAuthCallback:(GIDAuthFlow *)authFlow {
return;
}

if (_currentOptions.addScopesFlow) {
if (self->_currentOptions.addScopesFlow) {
[self->_currentUser updateAuthState:authState
profileData:handlerAuthFlow.profileData];
} else {
Expand Down

0 comments on commit 60ca2bf

Please sign in to comment.