Fix build error

This commit is contained in:
Dat PHAM HOANG
2023-03-09 15:20:20 +07:00
committed by Dat Vu
parent d252479d19
commit 0ae860e789
4 changed files with 4 additions and 12 deletions
@@ -337,7 +337,7 @@ class ThreadController extends BaseController with EmailActionController {
void _handleErrorGetAllOrRefreshChangesEmail(dynamic error) async {
logError('ThreadController::_handleErrorGetAllOrRefreshChangesEmail():Error: $error');
if (error is CannotCalculateChangesMethodResponseException) {
await _cachingManager.clearEmailCache();
await cachingManager.clearEmailCache();
_getAllEmailAction();
} else {
super.onError(error);