TF-4236 Implement remove a label from an email when click on the cross on a tag in the opened mail
This commit is contained in:
@@ -275,8 +275,14 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
presentationEmail: presentationEmail.copyWith(
|
||||
subject: threadSubject,
|
||||
),
|
||||
imagePaths: controller.imagePaths,
|
||||
isMobileResponsive: isMobileResponsive,
|
||||
labels: emailLabels,
|
||||
onDeleteLabelAction: (label) => controller.toggleLabelToEmail(
|
||||
presentationEmail.id!,
|
||||
label,
|
||||
false,
|
||||
),
|
||||
);
|
||||
}),
|
||||
Obx(() => InformationSenderAndReceiverBuilder(
|
||||
|
||||
Reference in New Issue
Block a user