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 b393ccd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class FBProfileModule extends ReactContextBaseJavaModule {
public static final String NAME = "FBProfile";

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

Expand Down

0 comments on commit b393ccd

Please sign in to comment.