You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
put the UTM Parameters initialization local to where it may be used,
this way regardless of execution path it's always fresh and will
not be consumed twice
Fixes#5812
Copy file name to clipboardExpand all lines: packages/dynamic-links/android/src/main/java/io/invertase/firebase/dynamiclinks/ReactNativeFirebaseDynamicLinksModule.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ public class ReactNativeFirebaseDynamicLinksModule extends ReactNativeFirebaseMo
0 commit comments