Skip to content

Commit

Permalink
[CHORE] Updated to use Branch.getAutoInstance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renemari Padillo committed Aug 8, 2016
1 parent ad46e14 commit 2900fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/io/branch/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void initSession(CallbackContext callbackContext)
this.deepLinkUrl = data.toString();
}

this.instance = Branch.getInstance(this.activity.getApplicationContext());
this.instance = Branch.getAutoInstance(this.activity.getApplicationContext());
this.instance.initSession(new SessionListener(callbackContext), data, activity);

}
Expand Down

0 comments on commit 2900fd1

Please sign in to comment.