mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 15:12:09 +00:00
nvm imma test again
This commit is contained in:
parent
7c289eee8c
commit
1e1baa0e88
1 changed files with 0 additions and 2 deletions
|
|
@ -108,7 +108,6 @@ struct MediaInfoView: View {
|
|||
.navigationBarHidden(true)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarTitle("")
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
.ignoresSafeArea(.container, edges: .top)
|
||||
.onAppear {
|
||||
if let windowScene = UIApplication.shared.connectedScenes.first as? UIWindowScene,
|
||||
|
|
@ -204,7 +203,6 @@ struct MediaInfoView: View {
|
|||
isFetchingEpisode = false
|
||||
showStreamLoadingView = false
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
|
|
|
|||
Loading…
Reference in a new issue