TF-1486 Add insert image in signature on web
(cherry picked from commit 50f0e54b2a47fe2e857372f56293d1c1800ded2b)
This commit is contained in:
@@ -193,6 +193,7 @@ class ImagePaths {
|
||||
String get icArrowBottom => _getImagePath('ic_arrow_bottom.svg');
|
||||
String get icArrowLeft => _getImagePath('ic_arrow_left.svg');
|
||||
String get icArrowRight => _getImagePath('ic_arrow_right.svg');
|
||||
String get icAddPicture => _getImagePath('ic_add_picture.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user