This commit is contained in:
Arkadiusz Fal
2022-06-30 10:05:32 +02:00
parent 485e1b060e
commit 117c4fc9b6
10 changed files with 58 additions and 25 deletions

View File

@@ -256,7 +256,8 @@ struct CommentView: View {
comment.channel,
player: player,
recents: recents,
navigation: navigation
navigation: navigation,
navigationStyle: navigationStyle
)
}
}

View File

@@ -55,12 +55,12 @@ struct VideoDetails: View {
var body: some View {
VStack(alignment: .leading, spacing: 0) {
ControlsBar(
fullScreen: $fullScreen,
presentingControls: false,
backgroundEnabled: false,
borderTop: false,
detailsTogglePlayer: false,
detailsToggleFullScreen: true,
fullScreen: $fullScreen
detailsToggleFullScreen: true
)
HStack(spacing: 4) {