Merge branch 'feature/new-ui' into feature/group-info-screen

This commit is contained in:
Deven Joshi
2021-01-01 13:53:41 +05:30
committed by GitHub
17 changed files with 486 additions and 438 deletions
+1 -2
View File
@@ -350,8 +350,7 @@ class _AdvancedOptionsPageState extends State<AdvancedOptionsPage> {
return MaterialApp(
theme: ThemeData.light(),
darkTheme: ThemeData.dark(),
//TODO change to system once dark theme is implemented
themeMode: ThemeMode.light,
themeMode: ThemeMode.system,
builder: (context, widget) {
return StreamChat(
child: widget,