From 415626d99f219a65c78de0a5d571794ed0e3f3c6 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 28 Feb 2020 11:01:58 +0100 Subject: [PATCH] restore thread example --- example/lib/threads.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/example/lib/threads.dart b/example/lib/threads.dart index 56b483b7..20481baf 100644 --- a/example/lib/threads.dart +++ b/example/lib/threads.dart @@ -19,15 +19,9 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { - final theme = ThemeData( - primarySwatch: Colors.orange, - ); - return MaterialApp( - theme: theme, home: Container( child: StreamChat( - streamChatThemeData: StreamChatThemeData.fromTheme(theme), client: client, child: ChannelListPage(), ),