Shared seek model

This commit is contained in:
Arkadiusz Fal
2022-09-01 19:00:56 +02:00
parent 6643208579
commit 02617a7c42
5 changed files with 6 additions and 6 deletions

View File

@@ -461,7 +461,6 @@ struct VideoPlayerView: View {
struct VideoPlayerView_Previews: PreviewProvider {
static var previews: some View {
VideoPlayerView()
.environmentObject(SeekModel())
.injectFixtureEnvironmentObjects()
}
}