TF-1479: Add cc, bcc email for this case

This commit is contained in:
HuyNguyen
2023-02-24 11:12:39 +07:00
committed by Dat Vu
parent 08754cb028
commit 16cb40cf5b
@@ -668,7 +668,9 @@ class ComposerController extends BaseController {
void sendEmailAction(BuildContext context) async {
clearFocusEditor(context);
if (toEmailAddressController.text.isNotEmpty) {
if (toEmailAddressController.text.isNotEmpty
|| ccEmailAddressController.text.isNotEmpty
|| bccEmailAddressController.text.isNotEmpty) {
_collapseAllRecipient();
_autoCreateEmailTag();
}