Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Make present JourneyPresentResult public
Browse files Browse the repository at this point in the history
  • Loading branch information
sampettersson committed Aug 18, 2021
1 parent fde659a commit 9387d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "Flow",
"repositoryURL": "https://github.com/hedviginsurance/Flow",
"state": {
"branch": "master",
"revision": "6dd955328903594a978aee1fe9d549a92e818aaf",
"version": null
"branch": null,
"revision": "ae8293bdd84c56680ac52e0fbb89a8add69bae4f",
"version": "1.8.7"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Presentation/Journey/UIViewController+Journey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extension UIViewController {
}
}

func present<J: JourneyPresentation>(_ presentation: J) -> JourneyPresentResult<J> {
public func present<J: JourneyPresentation>(_ presentation: J) -> JourneyPresentResult<J> {
let (matter, result) = presentation.presentable.materialize()

let vc = unsafeCastToUIViewController(tupleUnnest(matter))
Expand Down

0 comments on commit 9387d79

Please sign in to comment.