Skip to content

Commit 935c1d5

Browse files
committed
fix: Initial destination @mainactor isolation
1 parent 33630de commit 935c1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoodCoordinator/Protocols/Tabs.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
public protocol Tabs: CaseIterable {
99

10-
static var initialDestination: Self { get }
10+
@MainActor static var initialDestination: Self { get }
1111

1212
}

0 commit comments

Comments
 (0)