From 57d4638b154288acf4866e1b3e6f7e2338434f8c Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 1 Jul 2020 10:00:29 +0200 Subject: [PATCH] update examples --- example/lib/multiple_conversation.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/example/lib/multiple_conversation.dart b/example/lib/multiple_conversation.dart index 17646bd3..647ae7dd 100644 --- a/example/lib/multiple_conversation.dart +++ b/example/lib/multiple_conversation.dart @@ -44,9 +44,7 @@ class MyApp extends StatelessWidget { client: client, child: child, ), - home: Container( - child: ChannelListPage(), - ), + home: ChannelListPage(), ); } }