Skip to content

Commit 52c59bd

Browse files
committed
fixed warning
1 parent 9fe4012 commit 52c59bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AnalyticsLive/Signals/AutoTracking/SwiftUI/SignalTabView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public struct SignalTabView<SelectionValue, Content> : SignalingUI, View
102102

103103
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 7.0, *)
104104
extension SignalTabView where SelectionValue == Int {
105-
nonisolated public init(@ViewBuilder content: () -> Content) {
105+
public init(@ViewBuilder content: () -> Content) {
106106
self.lifecycle = TabViewLifecycle(id: id) // this has to come first
107107
self.content = content()
108108
self.userDefinedSelection = nil

0 commit comments

Comments
 (0)