This commit is contained in:
Salvatore Giordano
2020-03-13 15:13:16 +01:00
parent 031f85edf6
commit 4fbd38b0fe
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ class _ChannelListViewState extends State<ChannelListView> {
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 16.0),
child: Center(
child: Text('Error loading messages'),
child: Text('Error loading channels'),
),
),
);
+1
View File
@@ -156,6 +156,7 @@ class _MessageWidgetState extends State<MessageWidget>
),
child: CircleAvatar(
radius: 4,
backgroundColor: StreamChatTheme.of(context).accentColor,
child: Icon(
Icons.done,
size: 4,