chore: Follow up sending messages

pull/759/head
krille-chan 1 year ago
parent 2ec5139a0a
commit ab3dccf45b
No known key found for this signature in database

@ -159,7 +159,11 @@ class Message extends StatelessWidget {
height: 16,
child: event.status == EventStatus.error
? const Icon(Icons.error, color: Colors.red)
: null,
: event.status == EventStatus.sending
? const CircularProgressIndicator.adaptive(
strokeWidth: 1,
)
: null,
),
),
)

Loading…
Cancel
Save