Skip to content

Commit 60ca2bf

Browse files
authored
Avoid implicit retention warning. (#81)
1 parent 6359452 commit 60ca2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn/Sources/GIDSignIn.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ - (void)addSaveAuthCallback:(GIDAuthFlow *)authFlow {
639639
return;
640640
}
641641

642-
if (_currentOptions.addScopesFlow) {
642+
if (self->_currentOptions.addScopesFlow) {
643643
[self->_currentUser updateAuthState:authState
644644
profileData:handlerAuthFlow.profileData];
645645
} else {

0 commit comments

Comments
 (0)