This commit is contained in:
Muhammad Hamza 2021-10-11 20:42:18 +05:00
parent 0118d37232
commit 0b7c618f33

View File

@ -154,7 +154,7 @@ class _ContactsViewState extends State<ContactsView> {
context,
MaterialPageRoute(
builder: (_) => ConversationView(
name: _contactsList[index].name,
contact: _contactsList[index],
),
),
),