TF-3379 Show replyAll button when sender not me

This commit is contained in:
dab246
2025-01-02 15:52:30 +07:00
committed by Dat H. Pham
parent 0f94e52d35
commit 749e0a8580
7 changed files with 27 additions and 8 deletions
@@ -132,7 +132,7 @@ class _EmailReceiverWidgetState extends State<EmailReceiverWidget> {
]
),
),
if (widget.emailSelected.numberOfAllEmailAddress() > 1)
if (widget.emailSelected.countRecipients > 1)
TMailButtonWidget.fromIcon(
icon: _imagePaths.icChevronDown,
backgroundColor: Colors.transparent,
@@ -217,7 +217,7 @@ class _EmailReceiverWidgetState extends State<EmailReceiverWidget> {
]
),
),
if (widget.emailSelected.numberOfAllEmailAddress() > 1)
if (widget.emailSelected.countRecipients > 1)
TMailButtonWidget.fromIcon(
icon: _imagePaths.icChevronDown,
backgroundColor: Colors.transparent,