Skip to content

Commit c60775d

Browse files
authored
fix(dynamic-links): build link before generating long link (#164)
1 parent 3ff4889 commit c60775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-dynamic-links/index.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ export class DynamicLinks implements IDynamicLinks {
493493
})
494494
);
495495
} else {
496-
resolve(link.native.buildDynamicLink().getUri().toString());
496+
resolve(link._build().buildDynamicLink().getUri().toString());
497497
}
498498
});
499499
}

0 commit comments

Comments
 (0)