chore: Follow up sending messages
This commit is contained in:
parent
b491ca209e
commit
be6165f422
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class Message extends StatelessWidget {
|
||||||
height: 16,
|
height: 16,
|
||||||
child: event.status == EventStatus.error
|
child: event.status == EventStatus.error
|
||||||
? const Icon(Icons.error, color: Colors.red)
|
? const Icon(Icons.error, color: Colors.red)
|
||||||
: event.status == EventStatus.sending
|
: event.fileSendingStatus != null
|
||||||
? const CircularProgressIndicator.adaptive(
|
? const CircularProgressIndicator.adaptive(
|
||||||
strokeWidth: 1,
|
strokeWidth: 1,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue