parent
7c7d74b69c
commit
fac5fe9a84
|
@ -41,8 +41,8 @@ struct ContentMainViewV2: View {
|
|||
}
|
||||
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
ZStack {
|
||||
|
||||
Color.black.ignoresSafeArea()
|
||||
|
||||
VStack(spacing: 0) {
|
||||
|
@ -129,6 +129,8 @@ struct ContentMainViewV2: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.navigationBarHidden(true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue