fix example main

This commit is contained in:
Salvatore Giordano
2020-04-08 13:31:39 +02:00
parent 6a1da25b26
commit 3f530fa193
+1 -1
View File
@@ -25,7 +25,7 @@ class MyApp extends StatelessWidget {
return MaterialApp( return MaterialApp(
theme: ThemeData.light(), theme: ThemeData.light(),
darkTheme: ThemeData.dark(), darkTheme: ThemeData.dark(),
themeMode: ThemeMode.dark, themeMode: ThemeMode.system,
home: Container( home: Container(
child: StreamChat( child: StreamChat(
client: client, client: client,