TF-1100: Support display answered and forwarded
(cherry picked from commit cb67c81998264efbb75ae4543621a20522f3dbc4)
This commit is contained in:
@@ -177,6 +177,8 @@ class ImagePaths {
|
||||
String get icShowMailbox => _getImagePath('ic_show_mailbox.svg');
|
||||
String get icMailboxVisibility => _getImagePath('ic_mailbox_visibility.svg');
|
||||
String get icToastSuccessMessage => _getImagePath('ic_toast_success_message.svg');
|
||||
String get icForwarded => _getImagePath('ic_forwarded.svg');
|
||||
String get icReplyAndForward => _getImagePath('ic_reply_and_forward.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user