mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-11 20:40:39 +00:00
fix maybe?
This commit is contained in:
parent
64a6555166
commit
1b7dd3d3bb
3 changed files with 4 additions and 1 deletions
Binary file not shown.
|
|
@ -28,7 +28,7 @@ struct AnimeInfoView: View {
|
||||||
@AppStorage("externalPlayer") private var externalPlayer: String = "Default"
|
@AppStorage("externalPlayer") private var externalPlayer: String = "Default"
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
Group {
|
||||||
if isLoading {
|
if isLoading {
|
||||||
ProgressView()
|
ProgressView()
|
||||||
.padding()
|
.padding()
|
||||||
|
|
@ -149,6 +149,8 @@ struct AnimeInfoView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding()
|
.padding()
|
||||||
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
|
.navigationBarTitle(anime.name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,7 @@ struct SearchView: View {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.navigationViewStyle(StackNavigationViewStyle())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue