Skip to content

Commit 3fe30cd

Browse files
committed
Update LoopPlayerView.swift
1 parent 0288620 commit 3fe30cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/swiftui-loop-videoplayer/LoopPlayerView.swift

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ fileprivate class ErrorMsgTextViewIOS: UITextView {
103103
}
104104
}
105105

106+
@MainActor
106107
fileprivate func errorTpliOS(_ error: VPErrors, _ color: Color, _ fontSize: CGFloat) -> UIView {
107108
let textView = ErrorMsgTextViewIOS()
108109
textView.backgroundColor = .clear

0 commit comments

Comments
 (0)