File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/src/main/java/io/branch/rnbranch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ public void redeemInitSessionResult(Promise promise) {
351351 @ ReactMethod
352352 public void getLatestReferringParams (Promise promise ) {
353353 Branch branch = Branch .getInstance ();
354- promise .resolve (convertJsonToMap (branch .getLatestReferringParams ()));
354+ promise .resolve (convertJsonToMap (branch .getLatestReferringParamsSync ()));
355355 }
356356
357357 @ ReactMethod
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ - (BranchUniversalObject *)findUniversalObjectWithIdent:(NSString *)ident reject
352352 getLatestReferringParams:(RCTPromiseResolveBlock)resolve
353353 rejecter:(__unused RCTPromiseRejectBlock)reject
354354 ) {
355- resolve ([self .class.branch getLatestReferringParams ]);
355+ resolve ([self .class.branch getLatestReferringParamsSynchronous ]);
356356}
357357
358358#pragma mark getFirstReferringParams
You can’t perform that action at this time.
0 commit comments