TF-4265 Add exclude list support to AttachmentTextDetector
This commit is contained in:
@@ -886,7 +886,7 @@ class ComposerController extends BaseController
|
||||
_sendButtonState = ButtonState.enabled;
|
||||
return;
|
||||
}
|
||||
final attachmentKeywords = validateAttachmentReminder(
|
||||
final attachmentKeywords = await validateAttachmentReminder(
|
||||
emailSubject: subjectEmail.value ?? '',
|
||||
emailContent: emailContent,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user