TF-656 add request read receipt image

This commit is contained in:
sherlockvn
2022-10-17 16:43:21 +07:00
committed by Dat H. Pham
parent edc4a99e8b
commit e857e75c63
3 changed files with 7 additions and 0 deletions
@@ -164,6 +164,7 @@ class ImagePaths {
String get icUndo => _getImagePath('ic_undo.svg');
String get icDownloadAttachment => _getImagePath('ic_download_attachment.svg');
String get icAppDashboard => _getImagePath('ic_app_dashboard.svg');
String get icRequestReadReceipt => _getImagePath('ic_request_read_receipt.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;