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), ); }, ),