TF-2976 Update ThreadView UI

This commit is contained in:
DatDang
2024-07-19 16:58:16 +07:00
committed by Dat H. Pham
parent 1b63786c6b
commit eb878e421e
9 changed files with 177 additions and 108 deletions
@@ -214,6 +214,8 @@ class ImagePaths {
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
String get icNotification => _getImagePath('ic_notification.svg');
String get icRemoveRule => _getImagePath('ic_remove_rule.svg');
String get icCheckboxUnselected => _getImagePath('ic_checkbox_unselected.svg');
String get icCheckboxSelected => _getImagePath('ic_checkbox_selected.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;