TF-4128 Separate download handling into independent class to decouple from views on web
This commit is contained in:
@@ -320,7 +320,7 @@ class EmailPreviewerController extends ReloadableController {
|
||||
attachment,
|
||||
_accountId!,
|
||||
_session!.getDownloadUrl(jmapUrl: dynamicUrlInterceptors.jmapUrl),
|
||||
_downloadAttachmentStreamController!)
|
||||
onReceiveController: _downloadAttachmentStreamController!)
|
||||
.listen(_handleDownloadAttachmentViewState);
|
||||
} catch (e) {
|
||||
logError('EmailPreviewerController::_handleParseEmailByBlobIdSuccess(): $e');
|
||||
|
||||
Reference in New Issue
Block a user