feat: Better image sending experience

This commit is contained in:
Christian Pauly 2022-03-30 11:46:24 +02:00
commit cc0eba83fd
6 changed files with 17 additions and 18 deletions

View file

@ -290,6 +290,8 @@ class Message extends StatelessWidget {
)),
),
row,
if (event.fileSendingStatus != null)
Text(event.fileSendingStatus!.name),
if (event.hasAggregatedEvents(timeline, RelationshipTypes.reaction))
Padding(
padding: EdgeInsets.only(