TF-4314 Fix unread emails disappear blink (#4316)

This commit is contained in:
Dat Vu
2026-02-09 23:53:42 +07:00
committed by GitHub
parent b6959a5ab6
commit 87115ed5a5
6 changed files with 35 additions and 3 deletions
@@ -822,6 +822,7 @@ void main() {
any,
any,
sort: anyNamed('sort'),
limit: anyNamed('limit'),
propertiesCreated: anyNamed('propertiesCreated'),
propertiesUpdated: anyNamed('propertiesUpdated'),
emailFilter: anyNamed('emailFilter'),
@@ -851,6 +852,7 @@ void main() {
AccountFixtures.aliceAccountId,
mailboxDashboardController.currentEmailState!,
sort: EmailSortOrderType.mostRecent.getSortOrder().toNullable(),
limit: threadController.limitEmailFetched,
propertiesCreated: EmailUtils.getPropertiesForEmailGetMethod(
SessionFixtures.aliceSession,
AccountFixtures.aliceAccountId,
@@ -986,6 +988,7 @@ void main() {
any,
any,
sort: anyNamed('sort'),
limit: anyNamed('limit'),
propertiesCreated: anyNamed('propertiesCreated'),
propertiesUpdated: anyNamed('propertiesUpdated'),
emailFilter: anyNamed('emailFilter'),
@@ -1015,6 +1018,7 @@ void main() {
AccountFixtures.aliceAccountId,
mailboxDashboardController.currentEmailState!,
sort: EmailSortOrderType.mostRecent.getSortOrder().toNullable(),
limit: threadController.limitEmailFetched,
propertiesCreated: EmailUtils.getPropertiesForEmailGetMethod(
SessionFixtures.aliceSession,
AccountFixtures.aliceAccountId,
@@ -1095,6 +1099,7 @@ void main() {
any,
any,
sort: anyNamed('sort'),
limit: anyNamed('limit'),
propertiesCreated: anyNamed('propertiesCreated'),
propertiesUpdated: anyNamed('propertiesUpdated'),
emailFilter: anyNamed('emailFilter'),
@@ -1124,6 +1129,7 @@ void main() {
AccountFixtures.aliceAccountId,
mailboxDashboardController.currentEmailState!,
sort: EmailSortOrderType.mostRecent.getSortOrder().toNullable(),
limit: threadController.limitEmailFetched,
propertiesCreated: EmailUtils.getPropertiesForEmailGetMethod(
SessionFixtures.aliceSession,
AccountFixtures.aliceAccountId,
@@ -316,6 +316,7 @@ void main() {
any,
any,
sort: anyNamed('sort'),
limit: anyNamed('limit'),
propertiesCreated: anyNamed('propertiesCreated'),
propertiesUpdated: anyNamed('propertiesUpdated'),
emailFilter: anyNamed('emailFilter'),