TF-4265 Add exclude list support to AttachmentTextDetector

This commit is contained in:
dab246
2026-01-30 13:16:17 +07:00
committed by Dat H. Pham
parent 772a5e3219
commit 1071bb49cf
7 changed files with 330 additions and 85 deletions
@@ -886,7 +886,7 @@ class ComposerController extends BaseController
_sendButtonState = ButtonState.enabled;
return;
}
final attachmentKeywords = validateAttachmentReminder(
final attachmentKeywords = await validateAttachmentReminder(
emailSubject: subjectEmail.value ?? '',
emailContent: emailContent,
);