Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 30482f4

Browse files
diegoveloperbparrishMines
authored andcommitted
_dynamicLink variable was cleared after user get dynamicLink (#699)
1 parent 456dd37 commit 30482f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Fabricio Nogueira <[email protected]>
1818
Simon Lightfoot <[email protected]>
1919
Ashton Thomas <[email protected]>
2020
Thomas Danner <[email protected]>
21+
Diego Velásquez <[email protected]>

packages/firebase_dynamic_links/ios/Classes/FirebaseDynamicLinksPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ - (NSMutableDictionary *)retrieveDynamicLink {
6767
if (_dynamicLink.minimumAppVersion) {
6868
iosData[@"minimumVersion"] = _dynamicLink.minimumAppVersion;
6969
}
70-
70+
_dynamicLink = nil;
7171
dynamicLink[@"ios"] = iosData;
7272
return dynamicLink;
7373
} else {

0 commit comments

Comments
 (0)