chore: Follow up sending messages

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

@ -159,7 +159,11 @@ 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)
: null, : event.status == EventStatus.sending
? const CircularProgressIndicator.adaptive(
strokeWidth: 1,
)
: null,
), ),
), ),
) )

Loading…
Cancel
Save