Fix channel view in tab navigation

This commit is contained in:
Arkadiusz Fal
2021-12-17 20:53:36 +01:00
parent f609ed1ed4
commit 4fab7c2c16
3 changed files with 10 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ struct VideoPlayerView: View {
.onChange(of: geometry.size) { size in
self.playerSize = size
}
.navigationBarHidden(true)
}
.navigationBarHidden(true)
#endif
}