Merge branch 'master' into feature/notifications

This commit is contained in:
Salvatore Giordano
2020-04-02 11:40:24 +02:00
4 changed files with 37 additions and 17 deletions
+1
View File
@@ -67,6 +67,7 @@ class StreamChatState extends State<StreamChat>
@override
Widget build(BuildContext context) {
super.build(context);
final theme = _getTheme(context, widget.streamChatThemeData);
return StreamChatTheme(
data: theme,