TF-2684 Add button Mail to attendees to open composer with to: all attendees
This commit is contained in:
@@ -151,6 +151,7 @@ class _EmailReceiverWidgetState extends State<EmailReceiverWidget> {
|
||||
constraints: BoxConstraints(maxHeight: _maxHeight),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
if (widget.emailSelected.to.numberEmailAddress() > 0)
|
||||
_buildRecipientsWidgetToDisplayFull(
|
||||
|
||||
Reference in New Issue
Block a user