TF-3548 Handle exceeded quota (#3557)

This commit is contained in:
Dat Dang
2025-03-18 15:57:28 +07:00
committed by GitHub
parent 183fcb6bd9
commit 4f1330a15c
4 changed files with 91 additions and 3 deletions
@@ -42,6 +42,12 @@ class QuotasController extends BaseController {
});
}
void reloadQuota() {
if (mailboxDashBoardController.accountId.value == null) return;
_getQuotasAction(mailboxDashBoardController.accountId.value!);
}
@override
void onInit() {
_initWorker();