TF-2736 Remove the logo in printing

This commit is contained in:
dab246
2024-03-20 08:45:27 +07:00
committed by Dat H. Pham
parent 523ff9acc7
commit 6ccdbd66c4
4 changed files with 4 additions and 15 deletions
@@ -210,7 +210,6 @@ class ImagePaths {
String get icUnsubscribe => _getImagePath('ic_unsubscribe.svg');
String get icRecoverDeletedMessages => _getImagePath('ic_recover_deleted_messages.svg');
String get icPrinter => _getImagePath('ic_printer.svg');
String get icLogoApp => _getIconPath('logo_app.png');
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
String _getImagePath(String imageName) {