hotfix
This commit is contained in:
@@ -293,7 +293,7 @@ class _ChannelListViewState extends State<ChannelListView> {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 16.0),
|
padding: const EdgeInsets.symmetric(vertical: 16.0),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text('Error loading messages'),
|
child: Text('Error loading channels'),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -156,6 +156,7 @@ class _MessageWidgetState extends State<MessageWidget>
|
|||||||
),
|
),
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
radius: 4,
|
radius: 4,
|
||||||
|
backgroundColor: StreamChatTheme.of(context).accentColor,
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.done,
|
Icons.done,
|
||||||
size: 4,
|
size: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user