Fix environment objects

This commit is contained in:
Arkadiusz Fal 2022-11-12 01:49:21 +01:00
parent ab5afbc9a4
commit eb1e440ed2

View File

@ -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)