Skip to content

Commit

Permalink
Added mising MainActor for DeeplinkIntercepter
Browse files Browse the repository at this point in the history
  • Loading branch information
juicyfru1t committed Oct 1, 2024
1 parent 1b0ac62 commit ce32c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Deeplink/DeeplinkInterceptor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public protocol DeeplinkInterceptor {
/// - navigator: Navigator for performing navigation actions.
/// - completion: Interceptor result. If `.success`, the intercepted ``Deeplink`` will be performed,
/// otherwise cancelled.
@MainActor
func interceptDeeplink(
_ deeplink: AnyDeeplink,
of type: DeeplinkType,
Expand Down

0 comments on commit ce32c39

Please sign in to comment.