TF-4265 Additional config for include and exclude keywords
This commit is contained in:
@@ -890,6 +890,12 @@ class ComposerController extends BaseController
|
||||
emailSubject: subjectEmail.value ?? '',
|
||||
emailContent: emailContent,
|
||||
);
|
||||
|
||||
if (!context.mounted) {
|
||||
logWarning('ComposerController::_prepareToSendMessages: CONTEXT IS NOT MOUNTED');
|
||||
return;
|
||||
}
|
||||
|
||||
if (attachmentKeywords.isNotEmpty &&
|
||||
uploadController.attachmentsUploaded.isEmpty) {
|
||||
showAttachmentReminderModal(
|
||||
|
||||
Reference in New Issue
Block a user