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 c0eb451 commit 3644288Copy full SHA for 3644288
android/src/main/java/io/branch/rnbranch/RNBranchModule.java
@@ -687,7 +687,7 @@ private static Branch setupBranch(Context context) {
687
688
if (mUseDebug || config.getDebugMode()) branch.setDebug();
689
690
- if (config.getEnableFacebookLinkCheck()) branch.enableFacebookLinkCheck();
+ if (config.getEnableFacebookLinkCheck()) branch.enableFacebookAppLinkCheck();
691
692
if (mRequestMetadata != null) {
693
Iterator keys = mRequestMetadata.keys();
0 commit comments