Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: set avatar group chat at creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Jun 20, 2023
1 parent a26c783 commit 9946427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ class AppRoutes {
buildTransition: _fadeTransition,
stackedRoutes: _chatDetailsRoutes,
),
VWidgetWithDependency(
di: ContactDI(),
VWidgetWithDependencies(
di: [ContactDI()],
path: '/newprivatechat',
widget: const NewPrivateChat(),
buildTransition: _fadeTransition,
Expand Down

0 comments on commit 9946427

Please sign in to comment.