TF-3585 Fix request Read Receipt popup is not shown on mobile

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-24 13:19:54 +07:00
committed by Dat H. Pham
parent 32e05adf4c
commit 80431b4ea0
3 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -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}) {