TF-2513 Fix can not load image svg in mobile web app

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2024-01-30 17:03:19 +07:00
committed by Dat H. Pham
parent 5ad800a2b0
commit 730255fd95
9 changed files with 452 additions and 1054 deletions
@@ -159,6 +159,7 @@ class ImagePaths {
String get icQuotasOutOfStorage => _getImagePath('ic_quotas_out_of_storage.svg');
String get icQuickCreatingRule => _getImagePath('ic_quick_creating_rule.svg');
String get icPageNotFound => _getImagePath('ic_page_not_found.svg');
String get icPageNotFoundMobile => _getImagePath('ic_page_not_found_mobile.svg');
String get icOpenInNewTab => _getImagePath('ic_open_in_new_tab.svg');
String get icInfoCircleOutline => _getImagePath('ic_info_circle_outline.svg');
String get icSpamReportDisable => _getImagePath('ic_spam_report_disable.svg');