Skip to content

Commit 3644288

Browse files
committed
corrected method name
1 parent c0eb451 commit 3644288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/branch/rnbranch/RNBranchModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ private static Branch setupBranch(Context context) {
687687

688688
if (mUseDebug || config.getDebugMode()) branch.setDebug();
689689

690-
if (config.getEnableFacebookLinkCheck()) branch.enableFacebookLinkCheck();
690+
if (config.getEnableFacebookLinkCheck()) branch.enableFacebookAppLinkCheck();
691691

692692
if (mRequestMetadata != null) {
693693
Iterator keys = mRequestMetadata.keys();

0 commit comments

Comments
 (0)