TF-313 Apply new ui for email address detail
This commit is contained in:
@@ -250,6 +250,9 @@ class ComposerController extends BaseController {
|
||||
if (listToEmailAddress.isNotEmpty || listCcEmailAddress.isNotEmpty || listBccEmailAddress.isNotEmpty) {
|
||||
isInitialRecipient.value = true;
|
||||
}
|
||||
} else if (arguments.emailAddress != null) {
|
||||
listToEmailAddress.add(arguments.emailAddress!);
|
||||
isInitialRecipient.value = true;
|
||||
}
|
||||
_updateStatusEmailSendButton();
|
||||
}
|
||||
@@ -265,6 +268,8 @@ class ComposerController extends BaseController {
|
||||
case PrefixEmailAddress.bcc:
|
||||
listBccEmailAddress = newListEmailAddress;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
_updateStatusEmailSendButton();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user