tvOS fixes

This commit is contained in:
Arkadiusz Fal
2022-03-27 21:22:13 +02:00
parent a09fc36ad3
commit 9f29b6be5c
6 changed files with 154 additions and 67 deletions

View File

@@ -90,7 +90,7 @@ struct VideoDetails: View {
if fullScreen {
fullScreen = false
} else {
self.presentationMode.wrappedValue.dismiss()
self.player.hide()
}
}
}