We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a81d3b commit 2ab2273Copy full SHA for 2ab2273
android/src/main/java/io/branch/rnbranch/RNBranchModule.java
@@ -653,7 +653,7 @@ private static Branch setupBranch(Context context) {
653
654
if (mUseDebug || config.getDebugMode()) branch.setDebug();
655
656
- if (config.getEnableFacebookLinkCheck()) branch.enableFacebookLinkCheck();
+ if (config.getEnableFacebookLinkCheck()) branch.enableFacebookAppLinkCheck();
657
658
if (mRequestMetadata != null) {
659
Iterator keys = mRequestMetadata.keys();
0 commit comments