mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Inject AvatarViewMode as EnvironmentObject
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ enum MockSpaceCreationPostProcessScreenState: MockScreenState {
|
||||
return (
|
||||
[service, viewModel],
|
||||
AnyView(SpaceCreationPostProcess(viewModel: viewModel.context)
|
||||
.addDependency(MockAvatarService.example))
|
||||
.environmentObject(AvatarViewModel.withMockedServices()))
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user