mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +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"
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
Group {
|
||||
if isLoading {
|
||||
ProgressView()
|
||||
.padding()
|
||||
|
|
@ -149,6 +149,8 @@ struct AnimeInfoView: View {
|
|||
}
|
||||
}
|
||||
.padding()
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarTitle(anime.name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ struct SearchView: View {
|
|||
)
|
||||
}
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue