Controls layouts, gestures and settings

This commit is contained in:
Arkadiusz Fal
2022-08-28 19:18:49 +02:00
parent 5b785cc9c2
commit 0f7d826a3e
28 changed files with 1318 additions and 537 deletions

View File

@@ -80,7 +80,7 @@ struct VideoCell: View {
}
if !playNowContinues {
player.backend.seek(to: .zero)
player.backend.seek(to: .zero, seekType: .userInteracted)
}
player.play()