Update MediaInfoView.swift
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
Francesco 2025-06-05 19:04:45 +02:00
parent 2a4af77e6a
commit 92200a674d

View file

@ -113,6 +113,8 @@ struct MediaInfoView: View {
mainScrollView
}
}
.navigationBarHidden(true)
.ignoresSafeArea(.container, edges: .top)
.onAppear {
updateLatestProgress()
buttonRefreshTrigger.toggle()