Skip to content

Commit

Permalink
fix: Make constructor equal to FBAppLinkModule
Browse files Browse the repository at this point in the history
  • Loading branch information
UriMiranda committed May 13, 2021
1 parent ceb97f5 commit c19f1de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
public class FBProfileModule extends ReactContextBaseJavaModule {
public static final String NAME = "FBProfile";

public FBProfileModule(@NonNull ReactApplicationContext reactContext) {
public FBProfileModule(ReactApplicationContext reactContext) {
super(reactContext);
mReactContext = reactContext;
}

@NonNull
Expand Down

0 comments on commit c19f1de

Please sign in to comment.