We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6259040 commit 7f8a2c2Copy full SHA for 7f8a2c2
app/src/main/java/com/infomaniak/mail/workers/DraftsActionsWorker.kt
@@ -304,7 +304,8 @@ class DraftsActionsWorker @AssistedInject constructor(
304
305
SentryDebug.addAttachmentsBreadcrumb(draft, step = "executeDraftAction (action = ${draft.action?.name.toString()})")
306
307
- // TODO: Remove this whole `draft.attachments.any { … }` + `addAttachmentsBreadcrumb()` when the Attachments issue is fixed.
+ // TODO: Remove this whole `draft.attachments.any { … }` + `addAttachmentsBreadcrumb()`
308
+ // when the Attachments issue is fixed.
309
if (draft.attachments.any { it.uploadStatus != UploadStatus.FINISHED }) {
310
311
Sentry.captureMessage(
0 commit comments