Skip to content

Commit

Permalink
Add @MainActor annotation to navigationTransition(:interactivity:) (
Browse files Browse the repository at this point in the history
#138)

Co-authored-by: David Roman <2538074+davdroman@users.noreply.github.com>
  • Loading branch information
tgrapperon and davdroman authored Jul 19, 2024
1 parent a6a3c70 commit ad6ecab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import SwiftUI
@_spi(Advanced) import SwiftUIIntrospect

extension View {
@MainActor
public func navigationTransition(
_ transition: AnyNavigationTransition,
interactivity: AnyNavigationTransition.Interactivity = .default
Expand Down

0 comments on commit ad6ecab

Please sign in to comment.