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 562783c commit e815cadCopy full SHA for e815cad
android/src/main/java/io/branch/rnbranch/RNBranchModule.java
@@ -446,7 +446,7 @@ public void setIdentity(String identity) {
446
}
447
448
@ReactMethod
449
- public void setIdentityAsync(String identity, Promise promise) {
+ public void setIdentityAsync(String identity, final Promise promise) {
450
Branch branch = Branch.getInstance();
451
branch.setIdentity(identity, new Branch.BranchReferralInitListener() {
452
@Override
0 commit comments