feat: Better image sending experience
This commit is contained in:
parent
63563a245d
commit
cc0eba83fd
6 changed files with 17 additions and 18 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue