TF-1479: Add cc, bcc email for this case
This commit is contained in:
@@ -668,7 +668,9 @@ class ComposerController extends BaseController {
|
|||||||
void sendEmailAction(BuildContext context) async {
|
void sendEmailAction(BuildContext context) async {
|
||||||
clearFocusEditor(context);
|
clearFocusEditor(context);
|
||||||
|
|
||||||
if (toEmailAddressController.text.isNotEmpty) {
|
if (toEmailAddressController.text.isNotEmpty
|
||||||
|
|| ccEmailAddressController.text.isNotEmpty
|
||||||
|
|| bccEmailAddressController.text.isNotEmpty) {
|
||||||
_collapseAllRecipient();
|
_collapseAllRecipient();
|
||||||
_autoCreateEmailTag();
|
_autoCreateEmailTag();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user