Skip to content

Commit 28cc8f0

Browse files
committed
fix: Update universal link parameter naming
1 parent e508f0a commit 28cc8f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/LegacyReactor/GoodCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public enum StepAction {
3333

3434
// Links
3535
case safari(URL, UIModalPresentationStyle = .automatic, tintColor: UIColor? = nil)
36-
case universalLink(url: URL, onlyUniversal: Bool, completion: (@MainActor (Bool) -> ())? = nil)
36+
case universalLink(url: URL, onlyOpenWhenTargetAppIsAvailable: Bool = false, completion: (@MainActor (Bool) -> ())? = nil)
3737

3838
// Actions
3939
case call(String)

0 commit comments

Comments
 (0)