Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-07-11 13:28:38 +02:00
parent 91c4549b2d
commit 3363d8034f
3 changed files with 6 additions and 5 deletions

View File

@@ -235,7 +235,6 @@ struct VideoPlayerView: View {
VStack(spacing: 0) {
#if os(iOS)
VideoDetails(sidebarQueue: sidebarQueue, fullScreen: $fullScreenDetails)
.edgesIgnoringSafeArea(.bottom)
#else
VideoDetails(sidebarQueue: sidebarQueue, fullScreen: $fullScreenDetails)
#endif