Merge branch 'master' into feature/offline

This commit is contained in:
Salvatore Giordano
2020-03-13 10:03:30 +01:00
5 changed files with 9 additions and 8 deletions
+3 -5
View File
@@ -31,11 +31,9 @@ class MyApp extends StatelessWidget {
brightness: Brightness.light,
),
),
home: Container(
child: StreamChat(
client: client,
child: ChannelListPage(),
),
home: StreamChat(
client: client,
child: ChannelListPage(),
),
);
}