TF-3766 Remove container of icon in context menu

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-14 03:24:46 +07:00
committed by Dat H. Pham
parent 3bf839821e
commit 2c29ab1801
2 changed files with 39 additions and 52 deletions
@@ -101,7 +101,7 @@ extension FilterMessageOptionExtension on FilterMessageOption {
case FilterMessageOption.attachments:
return imagePaths.icAttachment;
case FilterMessageOption.starred:
return imagePaths.icStar;
return imagePaths.icUnStar;
}
}