Fix build error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user