TF-3479 Allow open multiple composer on screen

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-13 16:59:02 +07:00
committed by Dat H. Pham
parent 78d40f7be5
commit c603b5e40b
12 changed files with 295 additions and 40 deletions
@@ -227,6 +227,8 @@ class ImagePaths {
String get icSubaddressingDisallow => _getImagePath('ic_subaddressing_disallow.svg');
String get icMarkAsImportant => _getImagePath('ic_mark_as_important.svg');
String get icCloseDialog => _getImagePath('ic_close_dialog.svg');
String get icDoubleArrowUp => _getImagePath('ic_double_arrow_up.svg');
String get icDoubleArrowDown => _getImagePath('ic_double_arrow_down.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;