Fix email list does not automatically refill after bulk delete (#4323)

This commit is contained in:
Dat Vu
2026-02-12 16:02:12 +07:00
committed by GitHub
parent 51b9ffdd5c
commit 1c1d50a9d2
4 changed files with 206 additions and 21 deletions
@@ -594,7 +594,9 @@ class MailboxController extends BaseMailboxController
await _handleRefreshChangeMailboxSuccess(refreshState);
} else {
_clearNewFolderId();
onDataFailureViewState(refreshState);
if (refreshState != null) {
onDataFailureViewState(refreshState);
}
}
} catch (e, stackTrace) {
logWarning('MailboxController::_processMailboxStateQueue:Error processing state: $e');