TF-1718 Show Unsubscribe action in context menu action on mobile
(cherry picked from commit 2d6b426f05bcfcc75d4e57f2443576a9f3f69689)
This commit is contained in:
@@ -206,6 +206,7 @@ class ImagePaths {
|
||||
String get icDropZoneIcon => _getImagePath('ic_drop_zone_icon.svg');
|
||||
String get icArrowUpOutline => _getImagePath('ic_arrow_up_outline.svg');
|
||||
String get icFilterSB => _getImagePath('ic_filter_sb.svg');
|
||||
String get icUnsubscribe => _getImagePath('ic_unsubscribe.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user