TF-3585 Fix request Read Receipt popup is not shown on mobile
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -54,7 +54,7 @@ extension EmailExtension on Email {
|
||||
final mailboxCurrent = findMailboxContain(mapMailbox);
|
||||
return !hasMdnSent &&
|
||||
headers.readReceiptHasBeenRequested &&
|
||||
mailboxCurrent?.isSent == false;
|
||||
mailboxCurrent?.isSent != true;
|
||||
}
|
||||
|
||||
String getReceivedAt({required String newLocale, String? pattern}) {
|
||||
|
||||
Reference in New Issue
Block a user