TF-369 Fix auto close email when download attachment in browser with small screen

This commit is contained in:
dab246
2022-03-29 16:39:41 +07:00
committed by Dat H. Pham
parent bdd3fac021
commit 3a38d40469
4 changed files with 21 additions and 13 deletions
@@ -956,4 +956,11 @@ class AppLocalizations {
name: 'the_total_size_of_attachments_in_an_email_exceeds_the_limit'
);
}
String get your_download_has_started {
return Intl.message(
'Your download has started',
name: 'your_download_has_started'
);
}
}