mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-11 20:40:39 +00:00
Update MediaInfoView.swift
This commit is contained in:
parent
2a4af77e6a
commit
92200a674d
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ struct MediaInfoView: View {
|
||||||
mainScrollView
|
mainScrollView
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.navigationBarHidden(true)
|
||||||
|
.ignoresSafeArea(.container, edges: .top)
|
||||||
.onAppear {
|
.onAppear {
|
||||||
updateLatestProgress()
|
updateLatestProgress()
|
||||||
buttonRefreshTrigger.toggle()
|
buttonRefreshTrigger.toggle()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue