Fix cannot auto refresh when back to app

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-18 17:01:59 +07:00
committed by Dat H. Pham
parent 15c8ce2111
commit ca1ba459a1
4 changed files with 10 additions and 10 deletions
@@ -221,7 +221,7 @@ class SearchMailboxController extends BaseMailboxController with MailboxActionHa
}
}
void _refreshMailboxChanges({jmap.State? newState}) {
void _refreshMailboxChanges({required jmap.State newState}) {
if (accountId == null ||
session == null ||
currentMailboxState == null ||