Merge fixes

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2020-12-16 19:03:03 +05:30
parent 8b4ff142ba
commit 12105a3120
+1 -1
View File
@@ -358,7 +358,7 @@ class _NewChatScreenState extends State<NewChatScreen> {
context,
Routes.CHANNEL_PAGE,
ModalRoute.withName(Routes.HOME),
arguments: channel,
arguments: ChannelPageArgs(channel: channel),
);
},
),