TF-1957 Fix name of attachments are reversed in RTL mode
(cherry picked from commit 8f8efa90f6f2488867b236261cc27145d7e9716f)
This commit is contained in:
@@ -190,6 +190,9 @@ class ImagePaths {
|
||||
String get icDelivering => _getImagePath('ic_delivering.svg');
|
||||
String get icError => _getImagePath('ic_error.svg');
|
||||
String get icConnectedInternet => _getImagePath('ic_connected_internet.svg');
|
||||
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 _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user