chore: Follow up sending messages

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

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

Loading…
Cancel
Save