Skip to content

Commit

Permalink
Update label in session delegate function
Browse files Browse the repository at this point in the history
  • Loading branch information
olivaresf committed Dec 15, 2023
1 parent c31439c commit 0392240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Turbo Navigator/TurboNavigator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ extension TurboNavigator: SessionDelegate {

public func session(_ session: Session, openExternalURL externalURL: URL) {
let decision = delegate.handle(externalURL: externalURL)
open(externalURL: externalURL,
via: decision)
open(externalURL: externalURL, decision)
}

public func session(_ session: Session, didFailRequestForVisitable visitable: Visitable, error: Error) {
Expand Down

0 comments on commit 0392240

Please sign in to comment.