Fix do not show session expires dialog when add inline image & attachment

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-04-11 15:46:10 +07:00
committed by Dat H. Pham
parent c1c3e1b926
commit 3ecb0a36ee
3 changed files with 14 additions and 4 deletions
@@ -24,6 +24,7 @@ class AttachmentUploadDataSourceImpl extends AttachmentUploadDataSource {
fileInfo,
uploadUri,
_fileUploader,
_exceptionThrower,
cancelToken: cancelToken
)..upload();
}).catchError(_exceptionThrower.throwException);