chore: Follow up sending messages

This commit is contained in:
krille-chan 2023-12-30 16:56:14 +01:00
parent b491ca209e
commit be6165f422
No known key found for this signature in database

View file

@ -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,
)