Inject AvatarViewMode as EnvironmentObject

This commit is contained in:
Alfonso Grillo
2023-01-13 12:57:21 +01:00
parent 908c911eaf
commit 9df4a5a10b
52 changed files with 70 additions and 74 deletions
@@ -58,6 +58,6 @@ struct TemplateRoomChatBubbleView_Previews: PreviewProvider {
)
static var previews: some View {
TemplateRoomChatBubbleView(bubble: bubble)
.addDependency(MockAvatarService.example)
.environmentObject(AvatarViewModel.withMockedServices())
}
}