From 12105a3120017dc02c7758d93e12e3b3be993fff Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 16 Dec 2020 19:03:03 +0530 Subject: [PATCH] Merge fixes Signed-off-by: Sahil Kumar --- example/lib/new_chat_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/new_chat_screen.dart b/example/lib/new_chat_screen.dart index a2ce9ebf..54371c3b 100644 --- a/example/lib/new_chat_screen.dart +++ b/example/lib/new_chat_screen.dart @@ -358,7 +358,7 @@ class _NewChatScreenState extends State { context, Routes.CHANNEL_PAGE, ModalRoute.withName(Routes.HOME), - arguments: channel, + arguments: ChannelPageArgs(channel: channel), ); }, ),