Skip to content

Commit

Permalink
style(lint): note that nullability lint issue is an upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 26, 2024
1 parent 1d228af commit 7f7089c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/RCTFBSDK/login/RCTFBSDKLoginManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ + (BOOL)requiresMainQueueSetup
}
};

// the nil argument is a ViewController, it should be nullable but Xcode complains
// I logged an upstream bug (and proposed a PR), hopefully will resolve.
// https://github.com/facebook/facebook-ios-sdk/issues/2476
[_loginManager reauthorizeDataAccess:nil handler:requestHandler];
};

Expand Down

0 comments on commit 7f7089c

Please sign in to comment.