More fixes for VideoPlayer

This commit is contained in:
Thomas Ricouard 2024-09-16 17:41:55 +02:00
parent f610c3f047
commit 81d5d4396f

View file

@ -46,6 +46,7 @@ public struct MediaUIView: View, @unchecked Sendable {
isFocused = true
}
}
.ignoresSafeArea()
}
}