Fix duplicated toolbar on macOS

This commit is contained in:
Arkadiusz Fal 2022-06-29 23:00:15 +02:00
parent c66e9a6f35
commit 1645c81e00

View File

@ -38,7 +38,7 @@ struct BrowserPlayerControls<Content: View, Toolbar: View>: View {
content content
.frame(maxHeight: .infinity) .frame(maxHeight: .infinity)
#if !os(tvOS) #if os(iOS)
VStack(spacing: 0) { VStack(spacing: 0) {
toolbar toolbar
.borderTop(height: 0.4, color: Color("ControlsBorderColor")) .borderTop(height: 0.4, color: Color("ControlsBorderColor"))