TF-2644 Display warning dialog when pick file exceeded maximum size in composer
This commit is contained in:
@@ -64,7 +64,7 @@ class EmailAttachmentsWidget extends StatelessWidget {
|
||||
child: Text(
|
||||
AppLocalizations.of(context).titleHeaderAttachment(
|
||||
attachments.length,
|
||||
filesize(attachments.totalSize(), 1)
|
||||
filesize(attachments.totalSize, 1)
|
||||
),
|
||||
style: const TextStyle(
|
||||
fontSize: EmailAttachmentsStyles.headerTextSize,
|
||||
|
||||
Reference in New Issue
Block a user