Fix cannot auto refresh when back to app
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user