TF-3181 Display contact support button on web app
(cherry picked from commit cfc027522962fbf7092c8a15876d6c61f0aca6fc)
This commit is contained in:
@@ -221,6 +221,7 @@ class ImagePaths {
|
||||
String get icBadSignature => _getImagePath('ic_bad_signature.svg');
|
||||
String get icDeleteSelection => _getImagePath('ic_delete_selection.svg');
|
||||
String get icLogoTwakeWelcome => _getImagePath('ic_logo_twake_welcome.svg');
|
||||
String get icHelp => _getImagePath('ic_help.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user