diff --git a/packages/simplex_app/lib/views/contacts/contacts_view.dart b/packages/simplex_app/lib/views/contacts/contacts_view.dart index 374d34392..a7aca4b3f 100644 --- a/packages/simplex_app/lib/views/contacts/contacts_view.dart +++ b/packages/simplex_app/lib/views/contacts/contacts_view.dart @@ -154,7 +154,7 @@ class _ContactsViewState extends State { context, MaterialPageRoute( builder: (_) => ConversationView( - name: _contactsList[index].name, + contact: _contactsList[index], ), ), ),