Chat message action on system text selection area

This commit is contained in:
2025-01-06 23:15:18 +08:00
parent e2027b1a32
commit 1f6bf33b0e
6 changed files with 68 additions and 28 deletions

View File

@ -329,7 +329,7 @@ class _AttachmentZoomViewState extends State<AttachmentZoomView> {
)
else
Text(
'${item.size} Bytes',
item.size.formatBytes(),
style: metaTextStyle,
),
if (item.metadata['width'] != null && item.metadata['height'] != null)