Skip to content

Commit 600f47e

Browse files
Update RNBranchModule.java
1 parent c1c1c93 commit 600f47e

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
@@ -448,7 +448,7 @@ public void setIdentity(String identity) {
448448
@ReactMethod
449449
public void setIdentityAsync(String identity, Promise promise) {
450450
Branch branch = Branch.getInstance();
451-
branch.setIdentity(identity, new BranchReferralInitListener() {
451+
branch.setIdentity(identity, new Branch.BranchReferralInitListener() {
452452
@Override
453453
public void onInitFinished(JSONObject referringParams, BranchError error) {
454454
if (error != null) {

0 commit comments

Comments
 (0)