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