Skip to content

Commit 2ab2273

Browse files
committed
corrected method name
1 parent 0a81d3b commit 2ab2273

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
@@ -653,7 +653,7 @@ private static Branch setupBranch(Context context) {
653653

654654
if (mUseDebug || config.getDebugMode()) branch.setDebug();
655655

656-
if (config.getEnableFacebookLinkCheck()) branch.enableFacebookLinkCheck();
656+
if (config.getEnableFacebookLinkCheck()) branch.enableFacebookAppLinkCheck();
657657

658658
if (mRequestMetadata != null) {
659659
Iterator keys = mRequestMetadata.keys();

0 commit comments

Comments
 (0)