Skip to content
Snippets Groups Projects
Commit f04ed404 authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Merge branch 'fix/dismissing-webscreen' into 'dev'

Fix dismissing webscreen

See merge request elixxir/client-ios!103
parents 2a2855fc cc0a2de2
No related branches found
No related tags found
1 merge request!103Fix dismissing webscreen
...@@ -40,7 +40,9 @@ public struct PresentWebsiteNavigator: TypedNavigator { ...@@ -40,7 +40,9 @@ public struct PresentWebsiteNavigator: TypedNavigator {
public func perform(_ action: PresentWebsite, completion: @escaping () -> Void) { public func perform(_ action: PresentWebsite, completion: @escaping () -> Void) {
action.parent.present( action.parent.present(
viewController(action.urlString), UINavigationController(
rootViewController: viewController(action.urlString)
),
animated: action.animated, animated: action.animated,
completion: completion completion: completion
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment