Skip to content

Commit 092b871

Browse files
committed
update
1 parent a44c96a commit 092b871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

swiftui-loop-videoplayer-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"location" : "https://github.com/swiftuiux/swiftui-loop-videoplayer",
88
"state" : {
99
"branch" : "main",
10-
"revision" : "2da461e55732a1f0568c4b11b95c0e4689477867"
10+
"revision" : "5f9fedce6cd5f312ec86c0ef37b23852e5793697"
1111
}
1212
}
1313
],

swiftui-loop-videoplayer-example/views/video/Video3.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct Video3 : VideoTpl{
3434
VideoSettings{
3535
SourceName(Video3.sourceName)
3636
Loop()
37-
Events([.all])
37+
Events([])
3838
}
3939
}
4040
.accessibilityIdentifier(Video3.videoPlayerIdentifier)

swiftui-loop-videoplayer-example/views/video/Video6.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct Video6: VideoTpl {
3333
Mute()
3434
EnableVector()
3535
Gravity(.resizeAspectFill)
36-
Events([.all])
36+
Events([])
3737
}
3838
self._settings = State(initialValue: settings)
3939

0 commit comments

Comments
 (0)