mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix environment objects
This commit is contained in:
parent
ab5afbc9a4
commit
eb1e440ed2
@ -148,6 +148,11 @@ struct ContentView: View {
|
||||
.background(
|
||||
EmptyView().sheet(isPresented: $navigation.presentingOpenVideos) {
|
||||
OpenVideosView()
|
||||
.environmentObject(accounts)
|
||||
.environmentObject(navigation)
|
||||
.environmentObject(player)
|
||||
.environmentObject(recents)
|
||||
.environmentObject(search)
|
||||
}
|
||||
)
|
||||
.background(playerViewInitialize)
|
||||
|
Loading…
Reference in New Issue
Block a user