Fix controls overlay

This commit is contained in:
Arkadiusz Fal
2022-06-25 19:05:08 +02:00
parent bc63b5c9fd
commit 42f0ff80f8
2 changed files with 10 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ struct PlayerControls: View {
buttonsBar
if let video = player.currentVideo, player.playingFullScreen {
// if let video = Video.fixture {
VStack(alignment: .leading, spacing: 8) {
Text(video.title)
.font(.title2.bold())