mirror of
https://github.com/yattee/yattee.git
synced 2025-12-07 16:48:15 +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
|
#endif
|
||||||
}
|
}
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
.overlay(videoPlayer)
|
.overlay(videoPlayer.edgesIgnoringSafeArea(.all))
|
||||||
.sheet(isPresented: $navigation.presentingShareSheet) {
|
.sheet(isPresented: $navigation.presentingShareSheet) {
|
||||||
if let shareURL = navigation.shareURL {
|
if let shareURL = navigation.shareURL {
|
||||||
ShareSheet(activityItems: [shareURL])
|
ShareSheet(activityItems: [shareURL])
|
||||||
|
|||||||
Reference in New Issue
Block a user