mirror of
https://github.com/yattee/yattee.git
synced 2025-11-15 22:48:43 +00:00
Allow video player to extend into safe areas on iOS
This commit is contained in:
@@ -48,7 +48,7 @@ struct ContentView: View {
|
||||
#endif
|
||||
}
|
||||
#if os(iOS)
|
||||
.overlay(videoPlayer)
|
||||
.overlay(videoPlayer.edgesIgnoringSafeArea(.all))
|
||||
.sheet(isPresented: $navigation.presentingShareSheet) {
|
||||
if let shareURL = navigation.shareURL {
|
||||
ShareSheet(activityItems: [shareURL])
|
||||
|
||||
Reference in New Issue
Block a user