Skip to content

Commit

Permalink
corrected method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdee committed Mar 11, 2020
1 parent c0eb451 commit 3644288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ private static Branch setupBranch(Context context) {

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

if (config.getEnableFacebookLinkCheck()) branch.enableFacebookLinkCheck();
if (config.getEnableFacebookLinkCheck()) branch.enableFacebookAppLinkCheck();

if (mRequestMetadata != null) {
Iterator keys = mRequestMetadata.keys();
Expand Down

0 comments on commit 3644288

Please sign in to comment.